Skip to content

Commit

Permalink
Added Typescript definition to DT (#205)
Browse files Browse the repository at this point in the history
* Added Typescript definition to DT

* Added Typescript 2.0 install

* Shorten Typescript example
  • Loading branch information
DenisCarriere authored and calvinmetcalf committed Sep 26, 2016
1 parent be58c34 commit f7521d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -113,6 +113,14 @@ proj4.defs can also be used to define a named alias:
proj4.defs('urn:x-ogc:def:crs:EPSG:4326', proj4.defs('EPSG:4326'));
```

## TypeScript

TypeScript implementation was added to the [DefinitelyTyped repository](https://github.com/DefinitelyTyped/DefinitelyTyped).

```bash
$ npm install --save @types/proj4
```

## Developing
to set up build tools make sure you have node and grunt-cli installed and then run `npm install`

Expand Down

0 comments on commit f7521d4

Please sign in to comment.