core3-utils

@wixc3/common on Github

Home > @wixc3/common > RemapFunc

RemapFunc type

Signature:

export type RemapFunc = {
    <T extends object, R extends Remap<T>>(obj: T, rename: R): Remapped<T, R>;
    readonly DELETE: typeof DELETE;
};

References: Remap, Remapped