Home
last modified time | relevance | path

Searched refs:RepeatInterface (Results 1 – 1 of 1) sorted by relevance

/third_party/jsframework/runtime/main/model/
Dcompiler.ts97 repeat?: () => any | RepeatInterface;
108 interface RepeatInterface { interface
935 function isRepeat(repeat: Function | RepeatInterface): repeat is RepeatInterface {
936 const newRepeat = <RepeatInterface>repeat;