4 lines
89 B
TypeScript
Executable File
4 lines
89 B
TypeScript
Executable File
import { JSEncrypt } from './JSEncrypt';
|
|
export { JSEncrypt };
|
|
export default JSEncrypt;
|