1.0.8 • Published 2 years ago

imdf-typescript v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

imdf-typescript

Typescript definitions for IMDF based on OGC Standard, https://docs.ogc.org/cs/20-094/index.html

##Installation

# npm
npm install --save-dev imdf-typescript

# yarn
yarn add --dev imdf-typescript

Add node_modules/imdf-typescript to your tsconfig.json:

{
  "compilerOptions": {
    "typeRoots": [
      "node_modules/imdf-typescript",
      "node_modules/@types"
    ]
  }
}

##Legal IMDF is a community standard based on RFC 7946

1.0.8

2 years ago

1.0.7

2 years ago

1.0.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago