An open API service indexing awesome lists of open source software.

https://github.com/afeiship/get-last-char

A JavaScript function that retrieves the position of the last character in an output text string.
https://github.com/afeiship/get-last-char

char chat chatgpt follow gpt last text

Last synced: 2 months ago
JSON representation

A JavaScript function that retrieves the position of the last character in an output text string.

Awesome Lists containing this project

README

        

# get-last-char
> A JavaScript function that retrieves the position of the last character in an output text string.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```shell
npm install @jswork/get-last-char
```

## usage
```js
import getLastChar from '@jswork/get-last-char';

// usage goes here.
```

## types
```ts
///
```

## license
Code released under [the MIT license](https://github.com/afeiship/get-last-char/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/get-last-char
[version-url]: https://npmjs.org/package/@jswork/get-last-char

[license-image]: https://img.shields.io/npm/l/@jswork/get-last-char
[license-url]: https://github.com/afeiship/get-last-char/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/get-last-char
[size-url]: https://github.com/afeiship/get-last-char/blob/master/dist/index.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/get-last-char
[download-url]: https://www.npmjs.com/package/@jswork/get-last-char