Include build output for git installs

This commit is contained in:
2026-05-21 21:20:20 +02:00
parent b47cbc00a8
commit 921c67503b
30 changed files with 733 additions and 1 deletions
+8
View File
@@ -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