UNPKG

gatsby-plugin-utils

Version:
6 lines (5 loc) 181 B
import type { AvailableFeatures } from "gatsby"; /** * Check the readme for a list of available features. */ export declare function hasFeature(name: AvailableFeatures): boolean;