An open API service indexing awesome lists of open source software.

https://github.com/othree/tern-fetch

https://www.npmjs.com/package/tern-fetch
https://github.com/othree/tern-fetch

Last synced: 6 months ago
JSON representation

https://www.npmjs.com/package/tern-fetch

Awesome Lists containing this project

README

          

# 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"
]
}

[fetch]:https://developers.google.com/web/updates/2015/03/introduction-to-fetch