@kennyoliver/april-fools-tool
Version:
Is it April Fool's?
20 lines (19 loc) • 431 B
TypeScript
/**
* Constant used to encapsulate `CheckIfAprilFools()`
*
* @type boolean
*/
export declare const AprilFoolsBool: boolean;
/**
* Cleaner shorthand alternative to `AprilFoolsBool`
*
* @type boolean
*/
export declare const IsToday: boolean;
/**
* Returns one of two possible strings
* depending on the value of `AprilFoolsBool`
*
* @returns string
*/
export declare function AprilFoolsMsg(): string;