12 lines
411 B
TypeScript
12 lines
411 B
TypeScript
import { decodeGlobal } from "./decodeGlobal";
|
|
import encodePage0 from "./encodePage";
|
|
import decodePage0 from "./decodePage";
|
|
import encodeGlobal0 from "./encodeGlobal";
|
|
declare const _default: {
|
|
encodePage: typeof encodePage0;
|
|
decodePage: typeof decodePage0;
|
|
encodeGlobal: typeof encodeGlobal0;
|
|
decodeGlobal: typeof decodeGlobal;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=index.d.ts.map
|