-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCore.ts
27 lines (25 loc) · 812 Bytes
/
Core.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export * from 'context';
export * from "./sys/defs";
export * from "./sys/Syntaxer";
export * from "./sys/System";
export * from "./sys/Filters";
export * from "./sys/QModel";
export * from "./sys/Corelib";
export * from "./sys/Consts";
export * from "./sys/db";
export * from "./sys/Decorators";
export * from "./sys/Dom";
export * from "./sys/Encoding";
export * from "./sys/Jobs";
export * from "./sys/Thread";
export * from "./sys/Facebook";
export * from "./sys/Initializer";
export * from "./sys/Services";
export * from "./sys/Critere";
export * from "./components/ActionButton/script";
export * from "./sys/UI";
export * from "./sys/AI";
//var arr = [];
//define('req', ['context'], (context) => {
// context.OnGStat(ModuleStat.Executed, (me, target, cstat, stat) => { arr.push(target); });
//});