@tyankatsu0105/types-gridsome
v0.6.0
Published
💙Types for `gridsome.server.js` and `gridsome.client.js`.
Downloads
3
Readme
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 :)