UNPKG

@budibase/worker

Version:
6 lines (4 loc) 121 B
import { readFileSync } from "fs" export function readStaticFile(path: string) { return readFileSync(path, "utf-8") }