UNPKG

165 BTypeScriptView Raw
1/**
2 * Recursively parses object and populates value is node from
3 * "#text" key if it's available
4 */
5export declare const getValueFromTextNode: (obj: any) => any;