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