/** * LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop. * Copyright by Arx Research, Inc., a Delaware corporation * License: MIT */ import { arr2hex, hex2arr } from "../halo/util.js"; import { __runTestSuite } from "../halo/tests.js"; import { haloCreateWs } from "./web_utils.js"; export * from '../api/common.js'; export * from '../api/web.js'; export { arr2hex, hex2arr, haloCreateWs, __runTestSuite }; //# sourceMappingURL=web_apis.d.ts.map