lens.view
Following implementation of ramda.view
example
const helloWorld = hello: place: 'singapore' const lensPath = 'hello' 0 'place';const where = ; console; // 'singapore'
Following implementation of ramda.view
const helloWorld = hello: place: 'singapore' const lensPath = 'hello' 0 'place';const where = ; console; // 'singapore'
npm i lens.view
0
0.0.1-alpha.2
MIT