6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
import figlet, { type Fonts } from 'figlet';
|
|
|
|
export {
|
|
figlet,
|
|
type Fonts,
|
|
} |