Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 255 Bytes

VARS.js

Internal JavaScript utility UMD library.

Usage

Add this repo to package.json:

{
  [..]
  "dependencies": {
    "vars": "git+https://github.com/andrewscwei/vars.js.git"
  }
  [..]
}