1.0.8 • Published 8 months ago

imdf-typescript v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months 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

8 months ago

1.0.7

12 months ago

1.0.2

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago