UNPKG

@aegis-framework/artemis

Version:

Aegis Framework Javascript Library

8 lines 179 B
import * as Artemis from './index'; export * from './index'; declare global { interface Window { Artemis: typeof Artemis; } } //# sourceMappingURL=browser.d.ts.map