UNPKG

hyper-readings

Version:

a tool for making and sharing p2p distributed reading lists

10 lines (6 loc) 267 B
import { makeGet, makeSet } from '../helpers' const ContributionBehavior = {} // set/get agent is inherited from SharedBehavior ContributionBehavior.getRole = makeGet('bf:role') ContributionBehavior.setRole = makeSet('bf:role') export default ContributionBehavior