sass-site/source/@types/typogr.d.ts

4 lines
78 B
TypeScript
Raw Normal View History

2023-03-08 15:59:19 -05:00
declare module 'typogr' {
export function typogrify(src: string): string;
}