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.

3 lines (2 loc) 131 B
export declare function isStringArray(testData: any): testData is string[]; export declare function isObject(arg: any): boolean;