UNPKG

nephele

Version:

Highly customizable and extensible WebDAV server for Node.js and Express.

3 lines (2 loc) 209 B
import type { Config, Options } from './Options.js'; export default function createServer({ adapter, authenticator, plugins }: Config, options?: Partial<Options>): import("express-serve-static-core").Express;