tern-fetch

1.0.2 • Public • Published

tern-fetch

fetch definition file for TernJS.

Installation

Use npm install, take Vim for example:

cd .vim/bundle/tern_for_vim
npm i tern-fetch

Then add ecma6, fetch in .tern-project lib part:

{
  "libs": [
    "ecma6",
    "fetch"
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i tern-fetch

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • othree