4 lines
89 B
TypeScript
Raw Permalink Normal View History

2025-05-22 16:37:43 +08:00
import { JSEncrypt } from './JSEncrypt';
export { JSEncrypt };
export default JSEncrypt;