@tymber/core
v0.1.0
Published
Core module for the Tymber framework
Downloads
117
Maintainers
Readme
The core module.
Table of contents
Installation
npm i @tymber/coreUsage
import { CoreModule } from "@tymber/core";
const app = await App.create(db, [
CoreModule
]);