unis_crm/frontend1/node_modules/antd/es/_util/isPrimitive.d.ts

3 lines
84 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
declare const isPrimitive: (value: unknown) => boolean;
export default isPrimitive;