4 lines
104 B
TypeScript
Executable File
4 lines
104 B
TypeScript
Executable File
export * from "./dist/entry-browser-cjs";
|
|
import aa from "./dist/entry-browser-cjs";
|
|
export default aa;
|