@ayonli/jsext
Version:
A JavaScript extension package for building strong and modern applications.
12 lines (9 loc) • 317 B
JavaScript
export { default as Tarball } from '../archive/Tarball.js';
async function tar(src, dest = {}, options = {}) {
throw new Error("Unsupported runtime");
}
async function untar(src, dest = {}, options = {}) {
throw new Error("Unsupported runtime");
}
export { tar, untar };
//# sourceMappingURL=archive.js.map