@lcap/builder
Version:
lcap builder utils
8 lines (7 loc) • 602 B
TypeScript
export declare function replaceXmlTagsPrecisely(xmlString: string, oldTagName: string, newTagName: string): string;
export declare function replaceTagName(code: string, source: string, target: string): string;
export declare function getWithFormName(name: string): string;
export declare function isWithForm(config: any): any;
export declare function addPrefix(name: any, prefix: any): string;
export declare function replaceAllTagName(code: string, replaceMap: Record<string, string>): string;
export declare function replaceAllTagNameInCode(code: string, replaceMap: Record<string, string>): string;