4 lines
89 B
JavaScript

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