UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

6 lines (5 loc) 106 B
/** * For memoized. * Like `react hooks`. */ export declare function passThrough<T>(param: T): T;