UNPKG

volva

Version:

Easier type checks for JS/TS variables.

3 lines (2 loc) 93 B
export declare const isSymbol: (input: unknown) => input is symbol; export default isSymbol;