UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 74 B
declare const isSet: (value: any) => value is Set<any>; export { isSet };