UNPKG

@nodecg/types

Version:

Dynamic broadcast graphics rendered in a browser

9 lines (6 loc) 151 B
import fs from "node:fs"; import * as IO from "fp-ts/IO"; export const existsSync = (path: string): IO.IO<boolean> => () => fs.existsSync(path);