abi.js
Version:
[![typescript-icon]][typescript-link] [![license-icon]][license-link] [![status-icon]][status-link] [![ci-icon]][ci-link] [![twitter-icon]][twitter-link]
8 lines (7 loc) • 360 B
TypeScript
export * from './engine';
import type { PathInfo, Runtime } from './types';
export declare const runtime: Runtime;
export declare function pathinfo(name: string): PathInfo;
export { join as joinPath } from 'node:path';
export { existsSync as fileExists, readFileSync as readFile, writeFileSync as writeFile, } from 'node:fs';
export declare const cwd: string;