Files

3 lines
84 B
TypeScript
Raw Permalink Normal View History

declare const isPrimitive: (value: unknown) => boolean;
export default isPrimitive;