(a -> b) -> b -> a
du (T) ( bind (getSpace ('./outer_space.json'))
, map (processSpaces)
, chain (saveSpaces) );
R.compose ( extractSpaces
, getSpaces (2) )(data);
{
colH: [ 'id', 'name', 'favorite' ],
colD: [
{ id: 1,
name: 'Person 1',
favorite: true
},
{ id: 2,
name: 'Person 2',
favorite: true
},
{ id: 3,
name: 'Person 3',
favorite: false
}
],
tableConf: {}
}
const list = [ 1, 2, 3, 4, 5 ];
import ThisOldThing from 'oldThings';
import { this
, that
, alsoThis
, alsoThat } from 'thisAndThat';
Prefer '
over "
.