UNPKG

near-sandbox

Version:

CLI tool for testing NEAR smart contracts

9 lines (8 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const getBinary_1 = require("./getBinary"); (0, getBinary_1.getBinary)().then(async (bin) => { if (!(await bin.exists())) { await bin.install(); } });