UNPKG

@dlillyatx/dc-cli

Version:
9 lines (8 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.revert = exports.calls = void 0; exports.calls = []; exports.revert = async (argv) => { exports.calls.push(argv); return true; };