index.d.ts 89 B

1234
  1. import { JSEncrypt } from './JSEncrypt';
  2. export { JSEncrypt };
  3. export default JSEncrypt;