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