import { toTrimmedStart } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline transformation action that removes the leading white space and line terminator characters from a string.
Returns
A transformation action.
x/valibot/mod.ts>toTrimmedStart
import { toTrimmedStart } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline transformation action that removes the leading white space and line terminator characters from a string.
A transformation action.