Files

4 lines
89 B
JavaScript
Raw Permalink Normal View History

2022-10-10 10:19:18 +08:00
import { JSEncrypt } from './JSEncrypt';
export { JSEncrypt };
export default JSEncrypt;