Packages
2
total weekly downloads
Current Co-maintainers
Former Co-maintainers
2 packages
deletedp-js-library
Named Public function being `cube(x)` Default export is `sixth(x)` ```javascript const square = (x) =>{ return x*x; } const cube = (x) => { return square(x)*1.5; } export {cube}
dp-component
## Project setup ``` npm install ```