UNPKG

@jsenv/package-publish

Version:

Publish package to one or many registry.

9 lines (7 loc) 266 B
/* * This file is the entry point of this codebase * - It is responsible to export the documented API * - It should be kept simple (just re-export) to help reader to * discover codebase progressively */ export { publishPackage } from "./publish_package.js";