import * as mod from "https://deno.land/std@0.222.1/text/case.ts";
Functions
Converts a string into camelCase. | |
Converts a string into kebab-case. | |
Converts a string into PascalCase. | |
Converts a string into snake_case. |
import * as mod from "https://deno.land/std@0.222.1/text/case.ts";
Converts a string into camelCase. | |
Converts a string into kebab-case. | |
Converts a string into PascalCase. | |
Converts a string into snake_case. |