UNPKG

iopa

Version:

API-first, Internet of Things (IoT) stack for Typescript, official implementation of the Internet Open Protocols Alliance (IOPA) reference pattern

25 lines 881 B
import * as shallow from './util/shallow'; import * as url from './util/url'; import * as status from './util/status'; import cloneKeyBehaviors from './util/prototype'; import { Disposable } from './util/disposable'; export declare const iopaPrototype: { cloneKeyBehaviors: typeof cloneKeyBehaviors; }; export declare const util: { shallow: typeof shallow; url: typeof url; status: typeof status; prototype: { cloneKeyBehaviors: typeof cloneKeyBehaviors; }; Disposable: typeof Disposable; }; export { default as App, RouterApp } from './appBuilder/appBuilder'; export * from './iopa/constants'; export * from './iopa/context-core'; export * from './iopa/context-edge'; export { consoleLogger } from './iopa/logging'; export { default as IopaMap } from './iopa/map'; export { TraceEvent } from './util/events'; //# sourceMappingURL=index.d.ts.map