UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

8 lines (6 loc) 121 B
const isSymbol = function (value: any): value is symbol { return typeof value === 'symbol'; }; export { isSymbol };