1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Daniel Neto 2025-07-10 12:49:02 -03:00
parent 47f2df41f5
commit 24c0191104
2754 changed files with 152589 additions and 1339109 deletions

View file

@ -0,0 +1,12 @@
/**
* Set the "Don't show again" state
*
* @api private
*/
export declare function setDontShowAgain(dontShowAgain: boolean, cookieName: string, cookieDays: number): void;
/**
* Get the "Don't show again" state from cookies
*
* @api private
*/
export declare function getDontShowAgain(cookieName: string): boolean;