UNPKG

@ifed/umi-preset

Version:
7 lines (6 loc) 170 B
declare type params = { title: string; content: string[]; }; export declare function generateAsciiArtBanner({ title, content }: params): string; export {};