silverbullet/plug-api/plugos-syscall/mod.ts

10 lines
340 B
TypeScript
Raw Normal View History

2022-10-14 21:11:33 +08:00
export * as asset from "./asset.ts";
export * as events from "./event.ts";
2023-01-13 22:41:29 +08:00
// export * as fs from "./fs.ts";
export { LocalFileSystem } from "./fs.ts";
2022-10-14 21:11:33 +08:00
export * as sandbox from "./sandbox.ts";
export * as fulltext from "./fulltext.ts";
export * as shell from "./shell.ts";
export * as store from "./store.ts";
export * from "./syscall.ts";