6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
|
import * as EncryptUtil from "./encrypt";
|
||
|
|
||
|
export const foo = "foo";
|
||
|
|
||
|
export { EncryptUtil };
|