UNPKG

tipograph

Version:

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

17 lines (13 loc) 300 B
/// #### chinese import * as quotes from '../quotes'; export default { quotes: [ [quotes.DOUBLE_TOP_CORNER, quotes.DOUBLE_BOTTOM_CORNER], [quotes.SINGLE_TOP_CORNER, quotes.SINGLE_BOTTOM_CORNER] ], dash: 'en', rules: [] }; export function tests() { return []; }