UNPKG

200 BTypeScriptView Raw
1/**
2 * Returns true if `x` is a string, number or boolean.
3 *
4 * @param x -
5 */
6export declare const isPrimitive: (x: any) => x is string | number | boolean;
7//# sourceMappingURL=is-primitive.d.ts.map
\No newline at end of file