UNPKG
@cafecafe/afip.ts
Version:
latest (3.2.3)
3.2.3
Afip typescript SDK
github.com/gabrielcardetti/afip.ts
gabrielcardetti/afip.ts
@cafecafe/afip.ts
/
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
; }