aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/observable/pairs.js
blob: 77cc1105289d1e89d2dd4d8e7df24488fd710a33 (plain) (blame)
1
2
3
4
5
import { from } from './from';
export function pairs(obj, scheduler) {
    return from(Object.entries(obj), scheduler);
}
//# sourceMappingURL=pairs.js.map
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage