Buckets:
| const { test } = require('node:test') | |
| test('should import as default', t => { | |
| t.plan(2) | |
| const fastify = require('..') | |
| t.assert.ok(fastify) | |
| t.assert.strictEqual(typeof fastify, 'function') | |
| }) | |
| test('should import as esm', t => { | |
| t.plan(2) | |
| const { fastify } = require('..') | |
| t.assert.ok(fastify) | |
| t.assert.strictEqual(typeof fastify, 'function') | |
| }) | |
Xet Storage Details
- Size:
- 376 Bytes
- Xet hash:
- 0436e984d496ee33ad374f4b0a32fc829f31d943a0372eee0e65343e1d7804e2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.