mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
This update will also give you the ability to use import/require imports in your projects like this:
`import * as hello from 'hellojs';`
or
`import hello = require('hellojs');`
Otherwise, TS will always say module 'hellojs' is undefined (if included as `import 'hellojs`)
|
||
|---|---|---|
| .. | ||
| hellojs-tests.ts | ||
| hellojs.d.ts | ||