@tetcoin/dev
Version:
A collection of shared CI scripts and development environment used by @tetcoin projects
17 lines (13 loc) • 483 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = circ2;
var _circ = _interopRequireDefault(require("./circ1"));
// Copyright 2017-2020 @polkadot/dev authors & contributors
// This software may be modified and distributed under the terms
// of the Apache-2.0 license. See the LICENSE file for details.
function circ2() {
(0, _circ.default)();
}