UNPKG

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.

12 lines (10 loc) 226 B
import type { BlessingName } from './types'; export const defaultBlessings: readonly BlessingName[] = [ 'alpaca', 'buddha-normal', 'buddha-with-poetry', 'cat', 'dragon', 'gopher', 'guāiguāi', ];