Include build output for git installs
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import type { CookieEncryptor } from '../types';
|
||||
export declare class AesGcmCookieEncryptor implements CookieEncryptor {
|
||||
private readonly key;
|
||||
constructor(secret: string);
|
||||
encrypt(text: string): string;
|
||||
decrypt(encryptedText: string): string;
|
||||
}
|
||||
//# sourceMappingURL=AesGcmCookieEncryptor.d.ts.map
|
||||
Reference in New Issue
Block a user