UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

12 lines (10 loc) 431 B
// Type definitions for custom-error-generator 7.0.0 // Project: https://github.com/jproulx/node-custom-error // Definitions by: Thierry Miceli <https://github.com/thmiceli> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "custom-error-generator" { function createError(name: string, parameters?: Object, Constructor?: any): any; namespace createError { } export = createError; }