Files
2022-10-10 10:19:18 +08:00

4 lines
89 B
JavaScript

import { JSEncrypt } from './JSEncrypt';
export { JSEncrypt };
export default JSEncrypt;