5 lines
99 B
JavaScript
Raw Normal View History

import * as z from "./external.js";
export * from "./external.js";
export { z };
export default z;