halo-math
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i halo-math

Weekly Downloads

14

Version

1.0.9

License

MIT

Unpacked Size

46.8 kB

Total Files

12

Last publish

Collaborators

  • lyron-ly