DIR: /proc/1991111/root/usr/share/nodejs/yargs-parser/build/lib/ |
Current File : //proc/1991111/root/usr/share/nodejs/yargs-parser/build/lib/string-utils.d.ts |
/** * @license * Copyright (c) 2016, Contributors * SPDX-License-Identifier: ISC */ export declare function camelCase(str: string): string; export declare function decamelize(str: string, joinString?: string): string; export declare function looksLikeNumber(x: null | undefined | number | string): boolean; |