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
- Host: GitHub
- URL: https://github.com/othree/tern-fetch
- Owner: othree
- License: mit
- Created: 2015-07-09T13:42:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T09:54:13.000Z (almost 11 years ago)
- Last Synced: 2025-02-24T14:56:19.831Z (over 1 year ago)
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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