File size: 155 Bytes
bc20498 |
1 2 3 4 5 |
import { from } from './from';
export function pairs(obj, scheduler) {
return from(Object.entries(obj), scheduler);
}
//# sourceMappingURL=pairs.js.map |
bc20498 |
1 2 3 4 5 |
import { from } from './from';
export function pairs(obj, scheduler) {
return from(Object.entries(obj), scheduler);
}
//# sourceMappingURL=pairs.js.map |