UNPKG

fastify-autoload

Version:

`fastify-autoload@3.13.0` has been deprecated. Please use `@fastify/autoload@4.0.0` instead.

8 lines (5 loc) 355 B
'use strict' const warning = require('process-warning')() warning.create('FastifyWarning.fastify-autoload', 'FST_MODULE_DEP_fastify-autoload'.toUpperCase(), 'fastify-autoload has been deprecated. Use @fastify/autoload@4.0.0 instead.') warning.emit('FST_MODULE_DEP_fastify-autoload'.toUpperCase()) module.exports = require('fastify-autoload-deprecated')