DefinitelyTyped/statsd-client
Garth Kidd f7763de15e Fix error TS2497 on import * as X from 'statsd-client':
Per Microsoft/TypeScript#5073, closed as `By Design` by @mhegazy, we need to
export a namespace for `import *` to work, else `TS2497`. That clashes with
the `export = ClassName` pattern unless you also merge in a namespace, e.g.
with `namespace ClassName {}`.
2016-08-09 16:14:46 +10:00
..
statsd-client-import-asterisk-tests.ts Fix error TS2497 on import * as X from 'statsd-client': 2016-08-09 16:14:46 +10:00
statsd-client-tests.ts
statsd-client.d.ts Fix error TS2497 on import * as X from 'statsd-client': 2016-08-09 16:14:46 +10:00