3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
export declare const trim: (str: string, c?: string) => string;
|
|
export declare function isValidPathParam(param: any): boolean;
|