mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
* [adone] introduce typings * [adone] refactor to module style * [adone] set strictNullChecks = true, fix utils test * [adone] rename tests file, change compileOptions.target * [adone] add interface namespaces * [adone] add some util typings, fixes * util.toposort * util.GlobExp options * util.ltgt * util.fakeClock * fix loadAsset return type * [adone] create namespaces for tests * [adone] create interface for util.fakeClock
10 lines
321 B
TypeScript
10 lines
321 B
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
|
|
|
|
import * as adone from "./adone";
|
|
|
|
export default adone;
|