UNPKG

@furystack/core

Version:
7 lines 192 B
/** * Minimal user model. Most application code will extend this with additional * profile fields and re-export the augmented type. */ export class User { } //# sourceMappingURL=user.js.map