MCPcopy
hub / github.com/sequelize/sequelize / max

Method max

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

Source from the content-addressed store, hash-verified

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;
19 notContains(str: string, elem: string[]): boolean;

Callers 4

notExist.test.jsFile · 0.65
bulkInsertQueryMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected