UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

7 lines (6 loc) 214 B
/** * Displays an alert and throw an exception. * @param message * @returns The generic argument to assure type safety when querying DOM Elements. */ export declare const throwError: <T>(message: string) => T;