@tetcoin/dev
Version:
A collection of shared CI scripts and development environment used by @tetcoin projects
19 lines (15 loc) • 542 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = circ1;
var _circ = _interopRequireDefault(require("./circ2"));
// 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.
// we leave this as a warning... just a test
function circ1() {
(0, _circ.default)();
return 123;
}