docs: improve docs a bit more

This commit is contained in:
Andy Burke 2025-06-19 15:55:35 -07:00
parent 58139b078d
commit b7011f9659
6 changed files with 38 additions and 1 deletions

View file

@ -1,3 +1,8 @@
/**
* Handles requests for static files.
* @module
*/
import * as path from '@std/path';
import * as media_types from '@std/media-types';