@publint/pack
Version:
Utilities for packing and unpacking npm packages
14 lines (10 loc) • 333 B
JavaScript
export function pack() {
throw new Error('`pack` is not supported in the browser')
}
export function packAsList() {
throw new Error('`packAsList` is not supported in the browser')
}
export function packAsJson() {
throw new Error('`packAsJson` is not supported in the browser')
}
export { unpack } from './browser/unpack.js'