UNPKG

edacation

Version:

Library and CLI for interacting with Yosys and nextpnr.

3 lines (2 loc) 125 B
import { access } from 'fs/promises'; export declare const exists: (...args: Parameters<typeof access>) => Promise<boolean>;