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