UNPKG

@paperbits/common

Version:
3 lines (2 loc) 166 B
import * as ko from "knockout"; export const ChangeRateLimit: ko.ObservableExtenderOptions<any> = { rateLimit: { timeout: 500, method: "notifyWhenChangesStop" } };