MCPcopy Index your code
hub / github.com/sequelize/sequelize / min

Method min

src/utils/validator-extras.d.ts:15–15  ·  view source on GitHub ↗
(str: string, val: number)

Source from the content-addressed store, hash-verified

13 regex(str: string, pattern: string, modifiers: string): boolean;
14 notRegex(str: string, pattern: string, modifiers: string): boolean;
15 min(str: string, val: number): boolean;
16 max(str: string, val: number): boolean;
17 not(str: string, pattern: string, modifiers: string): boolean;
18 contains(str: string, elem: string[]): boolean;

Callers 3

notExist.test.jsFile · 0.65
bulkInsertQueryMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected