https://github.com/nozzlegear/dateformat.d.ts
A Typescript/Typings definition for dateformat.
https://github.com/nozzlegear/dateformat.d.ts
Last synced: 3 months ago
JSON representation
A Typescript/Typings definition for dateformat.
- Host: GitHub
- URL: https://github.com/nozzlegear/dateformat.d.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-03-10T21:03:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T17:12:18.000Z (over 9 years ago)
- Last Synced: 2025-03-06T02:48:43.451Z (7 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dateformat.d.ts
An ambient Typescript/Typings definition for [dateformat](https://www.npmjs.com/package/dateformat).
### Installation
Using [Typings](https://github.com/typings/typings):
```bash
typings install github:nozzlegear/dateformat.d.ts --save
```Using NPM and [TSD](https://github.com/Definitelytyped/tsd):
```bash
npm install "git+https://git@github.com/nozzlegear/dateformat.d.ts.git"tsd link
```