14 lines
245 B
TypeScript
14 lines
245 B
TypeScript
import 'typings-global';
|
|
/**
|
|
*
|
|
* @param fromArg
|
|
* @returns {any}
|
|
*/
|
|
export declare let toObject: (fromArg: string) => Promise<{}>;
|
|
/**
|
|
*
|
|
* @param fromArg
|
|
* @returns {any}
|
|
*/
|
|
export declare let toString: (fromArg: string) => Promise<{}>;
|