UNPKG

@tetcoin/dev

Version:

A collection of shared CI scripts and development environment used by @tetcoin projects

24 lines (18 loc) 497 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.blah = blah; exports.default = void 0; // 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. /** * Some first test link * @link ../testRoot.ts */ var _default = test => test; // eslint config test exports.default = _default; function blah() { console.log('123'); }