$ cnpm install @types/is-string
npm install --save @types/is-string
This package contains type definitions for is-string (https://github.com/inspect-js/is-string).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-string.
// Type definitions for is-string 1.0
// Project: https://github.com/inspect-js/is-string
// Definitions by: aaronleopold <https://github.com/aaronleopold>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function isString(value: any): value is string;
export = isString;
These definitions were written by aaronleopold.
Copyright 2013 - present © cnpmjs.org | Home |