mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-20 01:33:16 +00:00
5 lines
223 B
TypeScript
5 lines
223 B
TypeScript
export { setConfig } from "./procedures/setConfig.ts";
|
|
export { getConfig } from "./procedures/getConfig.ts";
|
|
export { properties } from "./procedures/properties.ts";
|
|
export { migration } from "./procedures/migrations.ts";
|