UNPKG

nextbus-graphql

Version:

A GraphQL interface to the NextBus XML Feed

8 lines (5 loc) 131 B
import curry from 'lodash/fp/curry'; function withType(type, obj) { return { ...obj, type }; } export default curry(withType);