Block or Report
Block or report PartyLich
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
(function Opera() {
23const pipe = (...fns) => (x) => fns.reduce((v, f) => f(v), x);
4const open = (obj = {}) => Object.assign({}, obj, {open: true});
5const lookUpTo = (target) => (obj) =>
-
-
-
-
-