1
0
silverbullet/plug-api/plugos-syscall/mod.ts
2023-01-13 15:41:29 +01:00

10 lines
340 B
TypeScript

export * as asset from "./asset.ts";
export * as events from "./event.ts";
// export * as fs from "./fs.ts";
export { LocalFileSystem } from "./fs.ts";
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";