0.0.17 • Published 5 years ago

@toolkitss/helper v0.0.17

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.16

5 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago