UNPKG
encrypted-fetcher
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
0.0.0
Rest API Fetcher with AES Encryption
github.com/samchon/encrypted-fetcher
samchon/encrypted-fetcher
encrypted-fetcher
/
lib
/
IPassword.d.ts
8 lines
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
IPassword
{
key
:
string
;
iv
:
string
; }
export
declare
namespace
IPassword
{
type
Closure
=
(
content
:
string
,
isEncode
:
boolean
) =>
IPassword
; }
//# sourceMappingURL=IPassword.d.ts.map