Searched refs:RepeatInterface (Results 1 – 1 of 1) sorted by relevance
97 repeat?: () => any | RepeatInterface;108 interface RepeatInterface { interface935 function isRepeat(repeat: Function | RepeatInterface): repeat is RepeatInterface {936 const newRepeat = <RepeatInterface>repeat;