1.0.0 • Published 7 years ago

its-blank v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

It's Blank 无字之碑

Blank says more.

Usage / 用法

import blank from 'its-blank'
// or / 或
const blank = require('its-blank')

const mainFunc = async () => {
  const text = await fetch('https://git.io/xinyue')
  console.log(blank(text,
    ' '
    /* Optionally, any character you want to replace words */
    /* 可选参数,任何你需要的用于替换文本的字符,默认为空格。 */
  ))
}

mainFunc()

License / 授权协议

MIT.