UNPKG

soma.js

Version:

soma.js is a javascript framework created to build scalable and maintainable applications.

13 lines (7 loc) 139 B
///<reference path='../vo/time.ts'/> module clock { export interface IClockView { update(time:TimeVO):void; dispose():void; } }