UNPKG

@stdlib/utils-object-inverse-by

Version:

Invert an object, such that keys become values and values become keys, according to a transform function.

3 lines 112 B
/// <reference path="../docs/types/index.d.ts" /> import invertBy from '../docs/types/index'; export = invertBy;