UNPKG

tipograph

Version:

A little javascript library and command line tool that makes your written content more typographically correct.

12 lines (9 loc) 250 B
/// #### language /// /// This preset only applies language specific rules defined in language given at tipograph instance initialization. export default function (language) { return language.rules; } export function tests() { return []; }