UNPKG

@rangeljl/shared

Version:

A set of functions that are used in a lot of places

3 lines 207 B
declare const asyncFunctionWithMinTime: <T>(minTimeInMillis: number, callback: () => Promise<T>) => Promise<T>; export default asyncFunctionWithMinTime; //# sourceMappingURL=asyncFunctionWithMinTime.d.ts.map