UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

6 lines 259 B
/** ITU-TX.690 (08/2015) 8.1.2 */ declare function APPLICATION(x: number): number; declare function CONTEXT(x: number): number; declare function UNIVERSAL(x: number): number; export { APPLICATION, CONTEXT, UNIVERSAL }; //# sourceMappingURL=functions.d.ts.map