remix/data-schema/checks · FunctionView SourcemaxLength Summary Require a string to be at most length characters long. Signature function maxLength(length: number): Check<string> Parameters length The maximum number of characters Returns A Check that enforces the maximum length