UNPKG

@mollie/api-client

Version:
9 lines (8 loc) 243 B
/** * Like the `throw` keyword, but a function. */ export default function fling(error: Error): never; /** * Calls the passed error factory and throws the returned error. */ export default function fling(errorFactory: () => Error): never;