UNPKG

tipograph

Version:

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

6 lines (4 loc) 147 B
import tipograph from './tipograph'; import createStream from './stream'; module.exports = tipograph; module.exports.createStream = createStream;