There was an error while loading. Please reload this page.
1 parent b8938a7 commit 683ac61Copy full SHA for 683ac61
docs/quick/nodejs.md
@@ -74,7 +74,9 @@ package
74
* `"typings": "lib/index"` < This tells TypeScript to load `lib/index.d.ts`
75
76
77
-Example package: `npm install typestyle` [for TypeStyle](https://www.npmjs.com/package/typestyle), usage: `import csx = require('typestyle');`.
+Example package:
78
+* `npm install typestyle` [for TypeStyle](https://www.npmjs.com/package/typestyle)
79
+* Usage: `import { style } from 'typestyle';` will be completely type safe.
80
81
MORE:
82
0 commit comments