Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 822 Bytes

File metadata and controls

35 lines (23 loc) · 822 Bytes

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.