UNPKG
afip.ts-fork-ssl-fix
Version:
latest (3.3.3)
3.3.3
3.3.2
3.3.1
3.3.0
3.2.3
Afip typescript SDK
github.com/ralcorta/afip.ts
ralcorta/afip.ts
afip.ts-fork-ssl-fix
/
lib
/
utils
/
crypt-data.d.ts
7 lines
(6 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
Cryptography
{
private
readonly
cert;
private
readonly
key;
constructor
(
cert
:
string
,
key
:
string
);
sign
(
data
:
string
):
string
; }