@tyankatsu0105/types-gridsome
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

Types for gridsome.server.js and gridsome.client.js

Types Gridsome

💙Types for gridsome.server.js, gridsome.client.js and gridsome.config.js.
Gridsome



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 :)

Readme

Keywords

none

Package Sidebar

Install

npm i @tyankatsu0105/types-gridsome

Weekly Downloads

0

Version

0.6.0

License

MIT

Unpacked Size

23.5 kB

Total Files

15

Last publish

Collaborators

  • tyankatsu0105