UNPKG

@dapplion/benchmark

Version:

Ensures that new code does not introduce performance regressions with CI. Tracks:

6 lines 286 B
import { Opts } from "../types.js"; import { resolveHistoryLocation } from "./location.js"; import { IHistoryProvider } from "./provider.js"; export { resolveHistoryLocation }; export declare function getHistoryProvider(opts: Opts): IHistoryProvider; //# sourceMappingURL=index.d.ts.map