@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable camelToPascalConst

    camelToPascal: (token: string) => string = ...

    a function to convert camel case token to a pascal case token.

    Type declaration

      • (token: string): string
      • Parameters

        • token: string

        Returns string