mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 18:14:28 +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`)