jsmp-infra-very-very-cool-pak
v1.0.4
Published
This is the most cool pak eva
Downloads
21
Readme
This package has two functions:
import { squareAndSort, reverseAndSpace } from 'jsmp-infra-very-very-cool-pak';
squareAndSort([2, 1]) // returns [1, 4]
reverseAndSpace('apple') // returns 'e l p p a'
