push neon reactor
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export interface DpapiBindings {
|
||||
protectData(dataToEncrypt: Uint8Array, optionalEntropy: Uint8Array | null, scope: string): Uint8Array;
|
||||
unprotectData(encryptData: Uint8Array, optionalEntropy: Uint8Array | null, scope: string): Uint8Array;
|
||||
}
|
||||
declare let Dpapi: DpapiBindings;
|
||||
export { Dpapi };
|
||||
Reference in New Issue
Block a user