Create index.ts

This commit is contained in:
zjk2017
2024-09-04 01:30:50 +08:00
committed by GitHub
parent f744d1ebec
commit 9cdaf923d8

2
utils/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './common';
export { Env } from './Env';