sass-site/source/@types/typogr.d.ts
2023-03-08 15:59:19 -05:00

4 lines
78 B
TypeScript

declare module 'typogr' {
export function typogrify(src: string): string;
}