var allowed = pipe(Object.keys, filter(not(eq('_all'))), map(func('toUpperCase')));
allowed({ _all: true, post: true }); #ramda
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
var allowed = pipe(Object.keys, filter(not(eq('_all'))), map(func('toUpperCase')));
allowed({ _all: true, post: true }); #ramda