UNPKG

@nephele/authenticator-none

Version:

Unrestricted authenticator for the Nephele WebDAV server.

6 lines 134 B
export default class User { constructor({ username }) { this.username = username; } } //# sourceMappingURL=User.js.map