Skip to content

afeizt/mycm-utils

Repository files navigation

It's just a personal toolkit

install

  • support umd and ejs
npm install -S mycm-utils
const mycmUtils = require('mycm-utils');
or 
import * as mycmUtils from "mycm-utils";

console.log(utils.cutHtml(str))
<script src="/path/mycm-utils.js">

var utils=mycmUtils;

console.log(utils.cutHtml(str))

https://github.com/afeizt/mycm-utils

About

#It's just a personal toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published