UNPKG

@arpinum/backend

Version:

Base modules for backend applications

8 lines (5 loc) 104 B
'use strict'; let conventions = { eventHandlerRegex: /on(.*Event)/ }; module.exports = conventions;