ucbuilder
Version:
:Shree Ganeshay Namah: new way app design
9 lines (8 loc) • 413 B
TypeScript
type LoopEachItemCallback = (obj: {}, content: string, nameSpace: string, loopCode: string) => string;
export declare class loopRegs {
loopPattern: RegExp;
constructor();
parse(content: string, nodes: {}, eachItemcallback?: LoopEachItemCallback): string;
parseDirect(node: {}, loopCode: string, valtoFind: string, subcontent: string, eachItemcallback?: LoopEachItemCallback): string;
}
export {};