UNPKG

ix

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 291 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { isEmpty } from '../../asynciterable/isempty'; /** * @ignore */ export function isEmptyProto() { return isEmpty(this); } AsyncIterableX.prototype.isEmpty = isEmptyProto; //# sourceMappingURL=isempty.mjs.map