Files
Voting-System/node_modules/rxjs/dist/esm/internal/observable/pairs.js
2026-05-03 16:55:22 +05:30

5 lines
155 B
JavaScript

import { from } from './from';
export function pairs(obj, scheduler) {
return from(Object.entries(obj), scheduler);
}
//# sourceMappingURL=pairs.js.map