npm install crypto-pro-ext
npm install crypto-pro-ext
`
$3
`
yarn add crypto-pro-ext
`Usage
$3
`
import { connectTo } from 'crypto-pro-ext';
`
$3
`
const { connectTo } = require('crypto-pro-ext);
`Examples
$3
`
import { connectTo } from 'crypto-pro-ext';const storeObject = await connectTo('CAdESCOM.Store'); // Connect to store
...
storeObject.Close(); // Close store
``