mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
* [adone] refactoring, new typings * refactor to namespace style * move adone.run to adone.application * [std] remove unnecessary std.ts code * move is and x to separate dirs * init collections, add LinkedList typings, move ExBuffer here * init event, move EventEmitter and AsyncEmitter here * init fs * init fast * init streams, add core typings * remove common * [util] add userdir, LogRotator, debounce, uuid.v3, fix entries * [shani] add spy.waitFor* definitions * [is] add descriptions * [promise] callbackify * [adone] rename is.exbuffer to is.byteArray * [adone] add data typings * [adone] rename is.exdate to is.datetime * [adone] fs fixes * [adone] add datetime typings * [adone] improve datetime help messages * [adone] math * decomposition * add descriptions for Long * add typings for matrix, simd, BitSet, BigNumber, random * collections, math * add some lazify options * [collections] add help messages for ByteArray * [collections] add typings for Queue, AsyncQueue, PriorityQueue, FastLRU, Stack, BinarySearchTree, AVLTree, RedBlackTree, ArraySet, BufferList, DefaultMap, LRU, TimedoutMap * [math] add missing BitSet methods, normalize help messages * [adone] compressors, fast * [fast] change FIle.is* methods * [compressors] init * [adone] archives, fs, datetime * [archives] init, tar, zip * [fs] add AbstractRandomAccessReader, RandomAccessFdReader, RandomAccessBufferReader * [datetime] add support for ms-dos format * is, streams, fast * [fast] fix typo * [is] fix fast stream predicates, add some runtime predicates * [streams] more detailed core help messages
31 lines
1.3 KiB
TypeScript
31 lines
1.3 KiB
TypeScript
// Type definitions for adone 0.6
|
|
// Project: https://github.com/ciferox/adone
|
|
// Definitions by: am <https://github.com/s0m3on3>, Maximus <https://github.com/maxveres>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.4
|
|
|
|
/// <reference path="./adone.d.ts" />
|
|
/// <reference path="./glosses/application.d.ts" />
|
|
/// <reference path="./glosses/archives.d.ts" />
|
|
/// <reference path="./glosses/assertion.d.ts" />
|
|
/// <reference path="./glosses/collections.d.ts" />
|
|
/// <reference path="./glosses/compressors.d.ts" />
|
|
/// <reference path="./glosses/data.d.ts" />
|
|
/// <reference path="./glosses/datetime.d.ts" />
|
|
/// <reference path="./glosses/events.d.ts" />
|
|
/// <reference path="./glosses/exceptions.d.ts" />
|
|
/// <reference path="./glosses/fast.d.ts" />
|
|
/// <reference path="./glosses/fs.d.ts" />
|
|
/// <reference path="./glosses/is.d.ts" />
|
|
/// <reference path="./glosses/math/index.d.ts" />
|
|
/// <reference path="./glosses/promise.d.ts" />
|
|
/// <reference path="./glosses/shani.d.ts" />
|
|
/// <reference path="./glosses/shani-global.d.ts" />
|
|
/// <reference path="./glosses/std.d.ts" />
|
|
/// <reference path="./glosses/streams.d.ts" />
|
|
/// <reference path="./glosses/utils.d.ts" />
|
|
|
|
declare const _adone: typeof adone;
|
|
|
|
export { _adone as adone };
|