ts-transformer-keys
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "ts-transformer-keys", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Check equality of objects based on their contextual type in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ # ts-transformer-keys | ||
See [examples/webpack](ts-transformer-keys/tree/master/examples/webpack) for detail. | ||
See [examples/webpack](examples/webpack) for detail. | ||
@@ -68,3 +68,3 @@ ```js | ||
See [examples/rollup](ts-transformer-keys/tree/master/examples/rollup) for detail. | ||
See [examples/rollup](examples/rollup) for detail. | ||
@@ -90,3 +90,3 @@ ```js | ||
See [examples/ttypescript](ts-transformer-keys/tree/master/examples/ttypescript) for detail. | ||
See [examples/ttypescript](examples/ttypescript) for detail. | ||
See [ttypescript's README](https://github.com/cevek/ttypescript/blob/master/README.md) for how to use this with module bundlers such as webpack of Rollup. | ||
@@ -109,3 +109,3 @@ | ||
See [test](ts-transformer-keys/tree/master/test) for detail. | ||
See [test](test) for detail. | ||
You can try it with `$ npm test`. | ||
@@ -134,3 +134,3 @@ | ||
As a result, the TypeScript code shown [here](#how-to-use-this-package) is compiled into the following JavaScript. | ||
As a result, the TypeScript code shown [here](#how-to-use-keys) is compiled into the following JavaScript. | ||
@@ -137,0 +137,0 @@ ```js |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9544