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.
- Host: GitHub
- URL: https://github.com/nozzlegear/is-valid-zipcode.d.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-05-03T21:19:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T21:33:15.000Z (over 9 years ago)
- Last Synced: 2025-01-16T13:17:00.051Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```