beautyfiglet/ts/beautyfiglet.plugins.ts

6 lines
80 B
TypeScript
Raw Permalink Normal View History

2025-01-14 17:34:16 +01:00
import figlet, { type Fonts } from 'figlet';
export {
figlet,
type Fonts,
}