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

7 lines
214 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 shell from "./shell.ts";
export * as store from "./store.ts";
export * as YAML from "./yaml.ts";
2022-10-14 13:11:33 +00:00
export * from "./syscall.ts";