Files
hht-tongbo/node_modules/jsencrypt/lib/index.d.ts
2022-10-10 10:19:18 +08:00

4 lines
89 B
TypeScript

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