UNPKG

squirrelly

Version:

Lightweight, fast, and powerful JS template engine. Supports helpers, filters, template inheritance

7 lines (6 loc) 218 B
declare function SqrlErr(message: string): Error; declare namespace SqrlErr { var prototype: any; } export default SqrlErr; export declare function ParseErr(message: string, str: string, indx: number): void;