UNPKG

test-data-provider

Version:
2 lines (1 loc) 86 B
export declare function useProvider<T>(values: T[], func: (params: T) => void): void;