UNPKG

eyereasoner

Version:

Distributing the [EYE](https://github.com/eyereasoner/eye) reasoner for browser and node using WebAssembly.

4 lines (3 loc) 202 B
import { PlatformPath } from 'path'; export declare function convertToPosixPath(filePath: string, pathLib?: PlatformPath): string; export declare function mainFunc(proc: NodeJS.Process): Promise<void>;