UNPKG

@focuson/utils

Version:

Common utilities for the @focuson project

2 lines (1 loc) 91 B
export declare const memoise: (type: string, key: string) => <T>(generator: () => T) => T;