mtfunit
v1.0.2
Published
Mtfunit is a tiny JavaScript library that includes useful functions to operate strings and DOM
Downloads
14
Maintainers
Readme
mtfUnit
Mtfunit is a tiny JavaScript library that includes useful functions to operate strings and DOM
Guide
Node
Setup
npm i mtfunit -D
Usage
import { query } from 'mtfunit'
query('a', 'a = 1') // 1
use require
will be fine too
Browser
Setup
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mtfunit.min.js"></script>
Usage
<script>
mtfUnit.query('a', 'a = 1') // 1
</script>
use requirejs
will be fine too
Document
Read Document for more functions and details
Read Test Report for coverage
ToDo
DOM module will be independent in the future
- mtfUnit
- mtfUnitDom