UNPKG

multipassify-ts

Version:

This is an example TypeScript Package ready to be published on npm. It has been set up with automated tests and package publishing workflow using GitHub Actions CI/CD. It is made primarily for GitHub + VS Code (Windows / Mac / Linux) users who are about t

6 lines (5 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Multipassify = void 0; var Multipassify_1 = require("./Multipassify"); Object.defineProperty(exports, "Multipassify", { enumerable: true, get: function () { return Multipassify_1.Multipassify; } });