DefinitelyTyped/hellojs
Gregor 24ea8d373a Update hellojs.d.ts (#8304)
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`)
2016-04-23 23:53:25 +09:00
..
hellojs-tests.ts fixed test filename according to http://definitelytyped.org/guides/contributing.html 2014-06-29 12:51:03 +02:00
hellojs.d.ts Update hellojs.d.ts (#8304) 2016-04-23 23:53:25 +09:00