An open API service indexing awesome lists of open source software.

https://github.com/nozzlegear/is-valid-zipcode.d.ts

A Typescript/Typings definition for is-valid-zipcode.
https://github.com/nozzlegear/is-valid-zipcode.d.ts

Last synced: 7 months ago
JSON representation

A Typescript/Typings definition for is-valid-zipcode.

Awesome Lists containing this project

README

          

# is-valid-zipcode.d.ts

An ambient Typescript/Typings definition for [https://www.npmjs.com/package/is-valid-zipcode](is-valid-zipcode).

### Installation

Using [Typings](https://github.com/typings/typings):

```bash
typings install github:nozzlegear/is-valid-zipcode.d.ts --save
```

Using NPM and [TSD](https://github.com/Definitelytyped/tsd):

```bash
npm install "git+https://git@github.com/nozzlegear/is-valid-zipcode.d.ts.git"

tsd link
```