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