Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "tslang", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "TypeScript Language Type Utilities.", | ||
@@ -12,3 +12,4 @@ "license": "MIT", | ||
"files": [ | ||
"library/**/*.d.ts" | ||
"library/**/*.d.ts", | ||
"library/index.js" | ||
], | ||
@@ -15,0 +16,0 @@ "devDependencies": { |
@@ -5,1 +5,13 @@ [![NPM Package](https://badge.fury.io/js/tslang.svg)](https://www.npmjs.com/package/tslang) | ||
# TypeScript Language Type Utilities | ||
Just another type utilities package for TypeScript. | ||
## Installation | ||
```sh | ||
yarn add tslang | ||
``` | ||
## License | ||
MIT License. |
2787
9
53
17