UNPKG

@bemedev/decompose

Version:
4 lines 180 B
type Primitive = string | number | boolean | null | undefined; export declare function isPrimitive(arg: unknown): arg is Primitive; export {}; //# sourceMappingURL=helpers.d.ts.map