compatible-lib

1.0.8 • Public • Published

compatible-lib

compatible lib

install

npm install compatible-lib

document

  1. Any kind of compatible functions, objects or any other things 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 )

/compatible-lib/

    Package Sidebar

    Install

    npm i compatible-lib

    Weekly Downloads

    5

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    10.8 kB

    Total Files

    14

    Last publish

    Collaborators

    • adf0001