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

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.

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
```