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.
- Host: GitHub
- URL: https://github.com/afeiship/get-last-char
- Owner: afeiship
- License: mit
- Created: 2017-08-16T11:35:10.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T23:14:34.000Z (about 1 year ago)
- Last Synced: 2025-02-07T11:10:03.340Z (4 months ago)
- Topics: char, chat, chatgpt, follow, gpt, last, text
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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