UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

3 lines (2 loc) 78 B
declare const isString: (value: any) => value is string; export { isString };