1.0.6 • Published 5 years ago

common-compatible v1.0.6

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

common-compatible

common compatible tool

install

npm install common-compatible

document

  1. Any kind of compatible functions or objects or anything may be added to this package.
  2. There is no summary package file, such as index.js, in this package.
  3. Require each single item to your file, or build you own compatible set.

convention

namespace

A file of compatible item should be placed in a classification folder.

method convention

If a method has a this object, it should be defined as:

function( thisObject, arg1, arg2, ... )

property convention

If a property has a this object, it's get/set method should be defined as:

get= function( thisObject ) set= function( thisObject, value )

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago