UNPKG

@junobuild/utils

Version:

A collection of utilities and constants for Juno JS libs.

3 lines (2 loc) 125 B
export declare const convertCamelToSnake: (str: string) => string; export declare const capitalize: (str: string) => string;