Newer
Older
FanFarm / system / V3fanfarm-ubuntu-local / V3fanfarm-frontend / node_modules / is-string / index.d.ts
declare function isString(value: unknown): value is string | String;

export = isString;