fastify / point-of-view

Template rendering plugin for Fastify
MIT License
335 stars 86 forks source link

refactor(index): destruct module imports #387

Closed Fdawgs closed 10 months ago

Fdawgs commented 10 months ago

Import functions all in one go rather than successive require() calls. Probably the tiniest perf improvement but cba to bench for a quectosecond improvement.

Saves a few bytes regardless.

Checklist