Your IP : 216.73.216.79


Current Path : /var/www/html/redd/node_modules/rxjs/src/internal/util/
Upload File :
Current File : /var/www/html/redd/node_modules/rxjs/src/internal/util/createObject.ts

export function createObject(keys: string[], values: any[]) {
  return keys.reduce((result, key, i) => ((result[key] = values[i]), result), {} as any);
}