UNPKG

runtime-eol

Version:
9 lines (6 loc) 170 B
type CheckOpts = { skipRemote?: boolean, tools?: string[], } declare const checkVersion: (opts: CheckOpts) => Promise<boolean> export default checkVersion;