is-string.d.ts 78 B

12
  1. declare const _default: (str: any) => str is string;
  2. export default _default;