@drieam/base
Advanced tools
Base class for Drieam models
Weekly downloads
Readme
@drieam/base is a base classs used on @drieam models.
$ yarn add @drieam/base
import { Base } from '@drieam/base';
class User {
declare id: number;
declare name: string;
}
Until this project reaches a 1.0 milestone, minor version numbers will simply be incremented during each release. The Changelog will continue to document the different types of updates, including any "breaking changes".
After the 1.0 milestone, this project will follow SemVer.