PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-dot/node_modules/@polkadot/util/string
Просмотр файла: lowerFirst.d.ts
import type { AnyString } from '../types.js';
/**
* @name stringLowerFirst
* @summary Lowercase the first letter of a string
* @description
* Lowercase the first letter of a string
* @example
* <BR>
*
* ```javascript
* import { stringLowerFirst } from '@polkadot/util';
*
* stringLowerFirst('ABC'); // => 'aBC'
* ```
*/
export declare const stringLowerFirst: (value?: AnyString | null) => string;
/**
* @name stringUpperFirst
* @summary Uppercase the first letter of a string
* @description
* Lowercase the first letter of a string
* @example
* <BR>
*
* ```javascript
* import { stringUpperFirst } from '@polkadot/util';
*
* stringUpperFirst('abc'); // => 'Abc'
* ```
*/
export declare const stringUpperFirst: (value?: AnyString | null) => string;
Выполнить команду
Для локальной разработки. Не используйте в интернете!