2025-05-22 16:23:08 +08:00

4 lines
89 B
JavaScript

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