UNPKG

@ofzza/entt-rxjs

Version:

RxJS compatible extension of enTT - a modular TypeScript data-modeling solution

6 lines (5 loc) 134 B
/** * ASserts truthfulness of an expression * @param expr Expression to assert */ export declare function assert(expr: any): void;