1.0.9 • Published 5 years ago

halo-math v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

halo-math

Math Methods of Common Datas

https://github.com/lyron-LY/halo-math

Installation

npm install halo-math

Usage

import HaloMath from 'halo-math'

# Vue
Vue.use(HaloMath)

# Custom
HaloMath.install()

<script>
    var data
    data.$isArray()
    data.$clone()
</script>

Usage of Medthods

import HaloMath from 'halo-math'

<script>
    var data = []
    HaloMath.isArray(data)
    HaloMath.clone(true, {}, data)
</script>

Support

# CommonJS
var HaloMath = require('halo-math').default