UNPKG

@angular-redux/store

Version:
7 lines (6 loc) 141 B
/** @hidden */ export const assert = (condition: boolean, message: string): void => { if (!condition) { throw new Error(message) } }