UNPKG

@faceteer/cdk

Version:

CDK 2.0 constructs and helpers that make composing a Lambda powered service easier.

10 lines (9 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invariant = invariant; function invariant(condition) { if (condition) { return; } throw new Error('Invariant condition failed'); }