API Reference

To use anything from the library, simply import the specific function(s) you wish to use where needed.

import { lowerCaseNoSpaces } from "gladknee"

lowerCaseNoSpaces("Hello World!") //=> "helloworld"