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

9 lines
294 B
TypeScript
Raw Normal View History

2022-10-14 13:11:33 +00:00
export * as asset from "./asset.ts";
export * as events from "./event.ts";
export * as fs 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";