PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@polkadot/util/string

Просмотр файла: camelCase.d.ts

import type { AnyString } from '../types.js';
export declare const CC_TO_UP: string[];
export declare const CC_TO_LO: string[];
/**
 * @name stringCamelCase
 * @summary Convert a dash/dot/underscore/space separated Ascii string/String to camelCase
 */
export declare const stringCamelCase: (value: AnyString) => string;
/**
 * @name stringPascalCase
 * @summary Convert a dash/dot/underscore/space separated Ascii string/String to PascalCase
 */
export declare const stringPascalCase: (value: AnyString) => string;

Выполнить команду


Для локальной разработки. Не используйте в интернете!