0.1.1 • Published 6 months ago

@3-/reverse v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

@3-/reverse

test/main.coffee :

#!/usr/bin/env coffee

> @3-/reverse

f = 'A☺️B'
t = reverse(f)
f1 = reverse(t)
console.log {f,t,f1}
console.log f.length, t.length

output :

{ f: 'A☺️B', t: 'B️☺A', f1: 'A☺️B' }
4 4
0.1.1

6 months ago