Add @dougal/user NodeJS module.

Abstracts the concept of User in the new permissions model.
This commit is contained in:
D. Berge
2025-07-24 18:22:44 +02:00
parent 2e9c603ab8
commit 1ef8eb871f
4 changed files with 446 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
module.exports = {
User: require('./User')
}