0.6.0 • Published 4 years ago

@tyankatsu0105/types-gridsome v0.6.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

demo

Support Gridsome v.0.7.10.
Please PR when Gridsome is updated✌️

Usage

npm install @tyankatsu0105/types-gridsome -D
// gridsome.server.js
/** @type import('@tyankatsu0105/types-gridsome').Server */

module.exports = api => {
  // ...
};

Please check example.

💁‍♂️Anntention:
If Gridsome was refactored with TypeScript, this package is unnecessary for you :)