asLowerCase
Module Export
text |> textMakes all characters in text lower case
Example
import { asLowerCase } from 'text'
from 'ABC' asLowerCase
// Returns:'abc'Module Export
text |> textMakes all characters in text lower case
import { asLowerCase } from 'text'
from 'ABC' asLowerCase
// Returns:'abc'