UNPKG

@liftr/tscov

Version:

Check the type coverage of any TypeScript project with this easy npm package

10 lines (9 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.index = void 0; const tscov_1 = require("./tscov/tscov"); function index() { return tscov_1.tscov(); } exports.index = index; index();