aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/src/internal/util/createObject.ts
blob: 0f79f92f272979f5d4d8f01765d1ccff74a3e397 (plain) (blame)
1
2
3
export function createObject(keys: string[], values: any[]) {
  return keys.reduce((result, key, i) => ((result[key] = values[i]), result), {} as any);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage