deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / serve-static / module.mjs

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// eslint-disable-next-line @typescript-eslint/ban-ts-comment// @ts-ignore// For ES module modeimport manifest from '__STATIC_CONTENT_MANIFEST';import { serveStatic } from './serve-static';const module = (options = { root: '' }) => { return serveStatic({ root: options.root, path: options.path, manifest: options.manifest ? options.manifest : manifest, });};export { module as serveStatic };
deno

Version Info

Tagged at
2 years ago