README
Flip String
Flip String
const f = require('@echamudi/flip-string');
f('hello');
// olleh
This package is just a sample package, generated by lerna-template repo.
[🧪 sample repo] flip string, this repo is part of lerna-template
<script type="module">
import echamudiFlipString from 'https://cdn.skypack.dev/@echamudi/flip-string';
</script>
Flip String
const f = require('@echamudi/flip-string');
f('hello');
// olleh
This package is just a sample package, generated by lerna-template repo.