1.0.2 • Published 6 months ago

@types/is-string v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-string

Summary

This package contains type definitions for is-string (https://github.com/inspect-js/is-string).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-string.

index.d.ts

// 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;

Additional Details

  • Last updated: Sat, 02 Oct 2021 23:01:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by aaronleopold.

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

3 years ago