StructureJS
0.15.2A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.
class WindowEvents { /** * TODO: YUIDoc_comment * * @property CHANGE * @type {string} * @static */ public static CHANGE:string = "change"; } export default WindowEvents;