Files
hht-tongbo/node_modules/jsencrypt/lib/index.d.ts

4 lines
89 B
TypeScript
Raw Normal View History

2022-10-10 10:19:18 +08:00
import { JSEncrypt } from './JSEncrypt';
export { JSEncrypt };
export default JSEncrypt;