6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
export * from './index.v1';
|
|
import * as v1 from './index.v1';
|
|
export { v1 };
|
|
import * as v2 from './index.v2';
|
|
export { v2 };
|