Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
refactor: organized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 21, 2024
1 parent f0c80fa commit 2a6990a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/// <reference path="./types/index.d.ts" />

const fp = require('fastify-plugin');

//@ts-expect-error - internal fastify symbol
const { kReplyHeaders } = require('fastify/lib/symbols');

const fp = require('fastify-plugin');
const { pipeHtml } = require('@kitajs/html/suspense');
const { prependDoctype } = require('./lib/prepend-doctype');
const { isHtml } = require('./lib/is-html');
Expand Down

0 comments on commit 2a6990a

Please sign in to comment.