Names
    Preparing search index...

    Type Alias NameCases

    type NameCases = {
        camel: string;
        kebab: string;
        pascal: string;
        screamingSnake: string;
        sentence: string;
        snake: string;
        title: string;
    }
    Index

    Properties

    camel: string
    kebab: string
    pascal: string
    screamingSnake: string
    sentence: string
    snake: string
    title: string