poop-ascii-art
Version:
If you feel your project is a piece of 💩, this is the package for you! 💩
15 lines • 424 B
TypeScript
/**
* Congratulation!
* You find a poop project
*/
declare const poopArt: () => void;
declare const poopArtWithMessage: (message?: string) => void;
declare const poopArtColors: {
brown: string;
green: string;
rainbow: string;
};
declare const poopArtCustom: (color?: keyof typeof poopArtColors) => void;
export { poopArtWithMessage, poopArtCustom };
export default poopArt;
//# sourceMappingURL=index.d.ts.map