0.0.1 • Published 4 years ago

sq-utils-hm v0.0.1

Weekly downloads
48
License
ISC
Repository
-
Last release
4 years ago

Install

npm i sq-utils

Require

const utils = require('sq-utils')

Usage

  • 格式化日期
const time = new Date()
const dt =  myTiem.dataFormat(time)
console.log(dt)
  • 格式化HTML
const str = '<h1>我草了哥嘎达</h1>'
const newstr= myTiem.escapeHTML(str)
console.log(newstr);
0.0.1

4 years ago