god-bless-your-code
Version:
Bless your code with ASCII gods, monsters, and mystical powers — your last line of defense against bugs and angry PMs.
57 lines (55 loc) • 2.81 kB
TypeScript
/*
&&
&&&
&&&&
&&&&
&&&&&&
&&&&&& &&& &&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
& &&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&& &&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&&&@ &&&&&&&&&& &&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&& && &&&&&&&&&&&&& &&&&&
&&&&&&&&&&&&&&&&&& & &&&&&&&&&&&&& &&&&
&&&&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&& &&&
&&&&&&&& &&&&&&&&&&&&&&&& &&
&&&&& &&&&&&&&&&&&&&&&&&
& &&&&&&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&
&&&&&&&&&&&&&&&&&&& &&&&&& &&&
&&&&&&&&&&&&&&&& &&
&&&&&&&&&&&&&&& &&
&&&&&&&&&&&&&&& &&&&
&&&&&&&&&& &&& &&&&&
&&&&&&&&&&& && &&&&&&&
&&&&&&&&&&&& & &&& &&&& &&&&&&&
&&&&&&&&&&&&& &&& &&&&&&&&&&&&&&
&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&&&&&&&&&&&
&& &&&&&&&&&&&&&&&&& &&&&&&&&&&&&&&&&&&&&&&&&&&&
&& &&&&&&&&&&&& &&&&&&&&&&&&&&&& &&&&&&&&&&&&
& &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& &&&&&&&
&&&&& &&&&&&&&&&&&&&&&&& &&&&&&&& & &&&&&&
&&& &&&&&&&&&&&&& &&&&&&&&&& & &&&&
&&& &&& &&&&&&&&& &&&&& &&&&
&&& &&&&&&& &&&&&&&& &&&
&& &&&&&& &&&
& &&&& &&
&&& &&
&& &&
&&
&
*/
import { BlessingName } from "./types/index.js";
//#region src/constants.d.ts
declare const defaultBlessings: readonly BlessingName[];
//#endregion
export { defaultBlessings };
//# sourceMappingURL=constants.d.ts.map