This package has been deprecated

Author message:

rename package to compatible-lib

common-compatible

1.0.6 • Public • Published

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 )

Readme

Keywords

Package Sidebar

Install

npm i common-compatible

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

11.1 kB

Total Files

14

Last publish

Collaborators

  • adf0001