1 2 3
export type FnError<T extends string> = `Function execution error: ${T}`; export * from "./builtin"; export * from "./sbuiltin";