UNPKG

@jsdevtools/npm-publish

Version:
8 lines (6 loc) 235 B
// Export the external type definitions as named exports export * from "./errors.js"; export * from "./options.js"; export * from "./results.js"; // Export `npmPublish` as a named export export { npmPublish } from "./npm-publish.js";