11 lines
331 B
TypeScript
11 lines
331 B
TypeScript
/**
|
|
* Replace shortcuts from blocks in a string
|
|
*
|
|
* @param {List<TemplateBlock>} engine
|
|
* @param {string} filePath
|
|
* @param {string} content
|
|
* @return {string}
|
|
*/
|
|
declare function replaceShortcuts(blocks: any, filePath: any, content: any): any;
|
|
export default replaceShortcuts;
|
|
//# sourceMappingURL=replaceShortcuts.d.ts.map
|