import { toTrimmedEnd } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Creates a transformation function that removes the trailing white space and line terminator characters from a string.
Returns
A transformation function.
import { toTrimmedEnd } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Creates a transformation function that removes the trailing white space and line terminator characters from a string.
A transformation function.