mirror of
https://github.com/danog/sass-site.git
synced 2025-01-09 14:38:39 +01:00
4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
|
declare module 'typogr' {
|
||
|
export function typogrify(src: string): string;
|
||
|
}
|