cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
10 lines (9 loc) • 431 B
TypeScript
export declare function stringInterpolation(variables: {
[key: string]: string;
}, body: string, data: any): Promise<string>;
export declare const cidePath: {
join: (path: string[]) => string;
};
export declare const generateRandomAlphanumericString: (length: number) => string;
export declare const generateStringFromObject: (object: any) => string;
export declare const generateObjectFromString: (string: string) => any;