simpleitjs
Version:
Simple light frontend framework
14 lines (13 loc) • 329 B
TypeScript
/// <reference path="module.d.ts" />
/// <reference path="ajax.d.ts" />
/// <reference path="ticker.d.ts" />
/// <reference path="router.d.ts" />
/**
* SimpleJS simple lightweight library.
*/
declare let SimpleJS: {
Module: Module;
Ticker: Ticker;
ModuleScope: ModuleScope;
};
declare var module: any;