MCPcopy Create free account
hub / github.com/Lemoncode/fonk / RequiredArgs

Interface RequiredArgs

src/validators/required.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7export const setErrorMessage = message => (defaultMessage = message);
8
9export interface RequiredArgs {
10 trim: boolean;
11}
12const DEFAULT_PARAMS: RequiredArgs = { trim: true };
13
14const isStringValid = (value: string, trim: boolean): boolean =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…