deploy-project

2.0.0 • Public • Published

##description name: deploy-project version: v2.0.0

##install npm i deploy-project

##import const deploy-project = require('./deploy-project');

##function1 const newDateStr = deploy-project.dateFormat(new Date()); console.log(newDateStr);

##function3 const htmlStr = 'test html str escape'; const newStr = deploy-project.toEscape(htmlStr); console.log(newStr);

##function3 const str = '<html>test html str escape</html>'; const newHtmlStr = deploy-project.toUnEscape(str); console.log(newHtmlStr);

/deploy-project/

    Package Sidebar

    Install

    npm i deploy-project

    Weekly Downloads

    1

    Version

    2.0.0

    License

    ISC

    Unpacked Size

    2.75 kB

    Total Files

    6

    Last publish

    Collaborators

    • corlin