UNPKG

@modern-js-reduck/store

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

2 lines 152 B
export declare const areArgumentsShallowlyEqual: (prev: any, next: any) => boolean; export declare const memorize: (fn: any) => (...args: any[]) => any;