sendou.ink/app/modules/map-pool-serializer/index.ts
2022-10-09 00:58:19 +03:00

7 lines
131 B
TypeScript

export {
mapPoolToSerializedString,
serializedStringToMapPool,
} from "./serializer";
export type { MapPool } from "./types";