Skip to content

Commit a43d610

Browse files
committed
update index.d.ts
1 parent f4dbaf5 commit a43d610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ export declare function createErrorStatus(message: string, errorCode?: string):
517517
export declare function createFieldError(fieldName: string, message: string, errorCode?: string): ResponseStatus;
518518
export declare function isFormData(body: any): boolean;
519519
export declare function createError(errorCode: string, message: string, fieldName?: string): ErrorResponse;
520-
export declare function toCamelCase(s: string): string;
521520
export declare function toPascalCase(s: string): string;
521+
export declare function toCamelCase(s: string): string;
522522
export declare function toKebabCase(s: string): string;
523523
export declare function map(o: any, f: (x: any) => any): any;
524524
export declare function camelCaseAny(o: any): any;

0 commit comments

Comments
 (0)