UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

9 lines (6 loc) 189 B
// Imported in both index.test.js & esm.test.mjs import { strictEqual } from 'node:assert' async function other (fastify, opts) { strictEqual(fastify.foo, 'bar') } export default other