Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
yargs-parser
/
build
/
lib
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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;
Save
Cancel