index.d.ts 248 B

12345
  1. export * from './handlebarHelpers';
  2. export * from './getTemplateVariables';
  3. export declare const novuReservedVariableNames: string[];
  4. export declare function isReservedVariableName(variableName: string): boolean;
  5. //# sourceMappingURL=index.d.ts.map