JSPM

huang-tools

5.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q28805F
    • License ISC

    提供格式化日期时间,转换及还原标签的功能

    Package Exports

    • huang-tools
    • huang-tools/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (huang-tools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    安装

    npm i huang-tools

    导入

    const tools=require('./index,js')
    console.log(tools)

    使用

    console.log(tool.dateFormat(new Date()));
    console.log(tool.htmlEscape(str));
    console.log(tool.htmlUnescape(tool.htmlEscape(str)));