UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

8 lines (7 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invalidFunction = void 0; const invalidFunction = (message) => () => { throw new Error(message); }; exports.invalidFunction = invalidFunction;