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.
5 lines • 400 B
TypeScript
import type { BlessingName, GodBlessYourCodeOptions } from './types';
export type * from './types';
export declare function godBlessYourCode(code: string, codeType: 'css' | 'html' | 'js' | 'ts' | 'unknown', options?: Pick<GodBlessYourCodeOptions, 'blessings' | 'position'>): string | undefined;
export declare function loadBlessingText(name: BlessingName): string;
//# sourceMappingURL=index.d.ts.map