Package-level declarations
Types
Functions
Convert a String for a name that is using camelCase into kebab-case.
A helper function to invoke a block of code on the next event loop.
A version of setInterval where the action is fired immediately then put on a timer.
Convert a String for a name that is using kebab-case into camelCase.
Convert a String for a name that is using kebab-case into TitleCamelCase.
A more Kotlin-friendly version of window.setInterval
(with a Duration& the lambda parameter last).
A version of setInterval where the initial delay is different from the followup delay.
A more Kotlin-friendly version of window.setTimeout
(with a Duration& the lambda parameter last).
Convert a String for a name that is using TitleCamelCase into kebab-case.
Quote a CSS string (unless it is already quoted).