strong-tie/inbound-calls
0
1// Imported in both index.test.js & esm.test.mjs2import { strictEqual } from 'node:assert'3 4async function other (fastify, opts) {5 strictEqual(fastify.foo, 'bar')6}7 8export default other9 1// Imported in both index.test.js & esm.test.mjs2import { strictEqual } from 'node:assert'3 4async function other (fastify, opts) {5 strictEqual(fastify.foo, 'bar')6}7 8export default other9