import * as valibot from "https://deno.land/x/valibot@v0.5.0/src/transformations/toTrimmedStart/toTrimmedStart.ts";
Functions
Creates a transformation functions that removes the leading white space and line terminator characters from a string. |
x/valibot/src/transformations/toTrimmedStart/toTrimmedStart.ts
import * as valibot from "https://deno.land/x/valibot@v0.5.0/src/transformations/toTrimmedStart/toTrimmedStart.ts";
Creates a transformation functions that removes the leading white space and line terminator characters from a string. |