UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

5 lines (4 loc) 162 B
export declare namespace Json { function stringify(object: any, replacer?: any, space?: any): any; function parse(string: any, reviver?: any): any; }