UNPKG

@azure-tools/codegen

Version:
3 lines 285 B
export declare function isPrimitive(instance: any): boolean; export declare function typeOf(obj: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "null" | "array" | "set" | "map" | "date" | "regexp"; //# sourceMappingURL=type.d.ts.map