UNPKG

gatsby-source-prismic

Version:

Gatsby source plugin for building websites using Prismic as a data source

9 lines (8 loc) 135 B
/** * Throws an error. * * @param error - Error to throw. */ export const throwError = (error: Error): never => { throw error; };