Skip to main content
Module

x/dinar/lib/decorators/Collection.ts

deno web framewrok maybe :<
Latest
File
// import { Constructor } from "../@types/types.ts";
// // for mongodb// export function Entity(collectionName?: string) {// return function CollectionDecorator(target: Constructor) {};// }
// @Collection()// class UserModel extends Collection{}