index.d.ts 88 B

123
  1. declare function isString(value: unknown): value is string | String;
  2. export = isString;