UNPKG

@nephele/authenticator-none

Version:

Unrestricted authenticator for the Nephele WebDAV server.

8 lines (7 loc) 197 B
import type { User as UserInterface } from 'nephele'; export default class User implements UserInterface { username: string; constructor({ username }: { username: string; }); }