All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ducks.utils.index.ts Maven / Gradle / Ivy

The newest version!
/* eslint-disable @typescript-eslint/no-explicit-any */

export const createParameterSelector =
     any>
    (selector: T) => (_: unknown, params: Parameters[0]): ReturnType => selector(params)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy