UNPKG

@darkobits/lolcatjs

Version:

Fork of https://github.com/robertmarsal/lolcatjs.

25 lines (24 loc) 449 B
/** * 4 when we definitely wants somethin. */ export declare const definitely = true; /** * 4 when we doan want a thing. */ export declare const nope = false; /** * 4 when therez not any uv ting. */ export declare const none = 0; /** * Defalt opshuns. */ export declare const TEH_DEFAULT_OPSHUNZ: { spread: number; freq: number; seed: number; animate: boolean; duration: number; speed: number; force: boolean; };