DefinitelyTyped/types/adone/async.d.ts
am df9434571f [adone] refactoring, additions (#25114)
* [adone] refactoring, additions
* [math] add decimal
* [math] index decomposition
* [math] add min, max

* [adone] collections, async
* add adone.async
* TimedoutMap -> TimeMap
* normalize lru constructors

* [adone] is, collection, regex
* [is] add multiAddress, ip options
* [collection.ByteArray] add readUInt24BE, writeUInt24BE
* [regex] ip options, ip
2018-04-19 10:57:20 -07:00

4 lines
52 B
TypeScript

export * from "async";
export as namespace tasync;