Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wikiwi/typeless
Experimental Typescript Definitions.
https://github.com/wikiwi/typeless
Last synced: about 2 months ago
JSON representation
Experimental Typescript Definitions.
- Host: GitHub
- URL: https://github.com/wikiwi/typeless
- Owner: wikiwi
- License: apache-2.0
- Created: 2016-10-24T07:24:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T13:18:39.000Z (about 8 years ago)
- Last Synced: 2024-11-09T12:07:19.009Z (about 2 months ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typeless
[![Build Status Widget]][build status]
Experimental typescript definitions published under the `@typeless` scope
which will eventually be merged to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped).This is a fork of [types-publisher](https://github.com/Microsoft/types-publisher).
## Usage
To use these type definitions include the following in your `tsconfig.json`:
```json
"baseUrl": "./",
"paths": {
"*": [
"./node_modules/@typeless/*"
]
}
```And install types like this:
```bash
npm install --save @typeless/jss
```## Available types
See the [types folder](https://github.com/wikiwi/typeless/tree/master/types).
[build status]: https://travis-ci.org/wikiwi/typeless
[build status widget]: https://img.shields.io/travis/wikiwi/typeless/master.svg?style=flat-square