0.0.17 • Published 4 years ago

@toolkitss/helper v0.0.17

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@toolkitss/helper

一些常用的工具库

Installation

Using npm:

$ npm i -g npm
$ npm i --save @toolkitss/helper

Using yarn:

$ yarn add @toolkitss/helper

Usage

import { augment } from '@toolkitss/helper'

const parent = function () { /** pass */}

augment(parent, {
  m1 () {
    /** empty */
  },
  m2 (name: string, value: any) {
   /** empty */
  }
})
0.0.17

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago