727c9c7e4b966d2a1efadb3cc6cd447ce540f983371ee3cf9d9d763b4a7ff218076a61c5df61bd58783b7362c327ee9c8882e2c5a4e207b6868c37ff279c99 88 B

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