4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
import { JSEncrypt } from './JSEncrypt';
|
|
export { JSEncrypt };
|
|
export default JSEncrypt;
|