build and publish config
This commit is contained in:
12
pkg/index.ts
Normal file
12
pkg/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { AssertUnique } from './actions/unique';
|
||||
import { AssertRelation } from './actions/relation';
|
||||
import { AssertConstrained } from './actions/constrained';
|
||||
|
||||
export type { AssertUniqueType } from "./actions/unique";
|
||||
export type { AssertRelationType } from "./actions/relation";
|
||||
|
||||
export default class MongoAssert {
|
||||
static unique = AssertUnique;
|
||||
static relation = AssertRelation;
|
||||
static constrained = AssertConstrained;
|
||||
}
|
||||
Reference in New Issue
Block a user