Skip to content

wikiwi/typeless

Repository files navigation

typeless

Build Status Widget

Experimental typescript definitions published under the @typeless scope which will eventually be merged to DefinitelyTyped.

This is a fork of types-publisher.

Usage

To use these type definitions include the following in your tsconfig.json:

"baseUrl": "./",
"paths": {
  "*": [
    "./node_modules/@typeless/*"
  ]
}

And install types like this:

npm install --save @typeless/jss

Available types

See the types folder.