/** * Simple API browser entry point. * The esbuild redirect plugin ensures the browser module loader is used. * * @module simple/browser */ export * from "./src/simple/index.js"; //# sourceMappingURL=simple.browser.d.ts.map