UNPKG

@andersundsehr/storybook-typo3

Version:

The one and only Storybook Renderer for TYPO3 Fluid Components

6 lines (5 loc) 126 B
export function error(message, code) { message += ` (code: ${code})`; alert(message); throw new Error(message); }