Files
mivodev.github.io/node_modules/is-what/dist/isString.d.ts

3 lines
118 B
TypeScript

/** Returns whether the payload is a string */
export declare function isString(payload: unknown): payload is string;