UNPKG

@thi.ng/checks

Version:
7 lines 200 B
/** * Returns true if `x` is a string, number or boolean. * * @param x - */ export declare const isPrimitive: (x: any) => x is string | number | boolean; //# sourceMappingURL=is-primitive.d.ts.map