UNPKG

@gov-cy/dsf-email-templates

Version:

This project can be used to produce html email templates to be used by DSF.

5 lines (4 loc) 191 B
// Import the class from NunjucksRenderer.mjs import DSFEmailRenderer from './DSFEmailRenderer.mjs'; // Export the class so users can import it from your package export { DSFEmailRenderer };