UNPKG

eyereasoner

Version:

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

7 lines (6 loc) 189 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* istanbul ignore file */ const main_1 = require("./main"); (0, main_1.mainFunc)(process);