decrypto-convert
v0.0.3
Published
```typescript
Downloads
4
Readme
使用说明
const ret = initDecrypt({
publicKey: {
filePath: path.join('...'),
fileType: 'utf-8',
},
licenseFile: {
filePath: path.join(__dirname, '...'),
fileType: 'utf-8',
},
})