3 lines
44 B
TypeScript
3 lines
44 B
TypeScript
import * as v1 from "./v1";
|
|
export { v1, };
|
import * as v1 from "./v1";
|
|
export { v1, };
|