๐Ÿ“ฆ colinhacks / zshy

๐Ÿ“„ default-with-export-star.js ยท 5 lines
1
2
3
4
5export * from "./plugins/index.js";
export default function defaultWithNamed() {
    console.log("default with named exports");
}
//# sourceMappingURL=default-with-export-star.js.map