UNPKG

@comet-cli/plugin-documentation

Version:
9 lines (8 loc) 536 B
export declare const getOperationName: (path: string, method: string) => string; export declare const getResourceName: (path: string) => string; export declare const joinUrls: (partials: string[]) => string; export declare const slugify: (text: string) => string; export declare const camelize: (text: string, separator?: string) => string; export declare const ucfirst: (str: string) => string; export declare const isNumber: (str: any) => boolean; export declare const prettifyOperationName: (path: string, method: string) => string;