Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntwcklng/str-reverse
https://github.com/ntwcklng/str-reverse
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntwcklng/str-reverse
- Owner: ntwcklng
- Created: 2016-08-01T06:57:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T07:17:09.000Z (over 8 years ago)
- Last Synced: 2024-04-26T13:05:06.375Z (8 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# str-reverse
# Usage
```javascript
const strReverse = require('./');console.log(strReverse('hello')); // olleh
```