CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
other.mjs9 linesDownload Raw Back to esm
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