Metzploreur/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

7 lines
181 B
TypeScript

/**
* @internal
*
* Recursively parses object and populates value is node from
* "#text" key if it's available
*/
export declare const getValueFromTextNode: (obj: any) => any;