UNPKG

clonus

Version:

Ultimate object cloning library.

3 lines (2 loc) 156 B
export declare type Primitive = undefined | null | boolean | number | string | symbol; export declare function isPrimitive(input: any): input is Primitive;