UNPKG

@inkline/paper

Version:

Paper is a unified interface for defining components for Vue and React using a single code base.

8 lines (7 loc) 110 B
export const computed = (computeFn) => { return { get value() { return computeFn(); } }; };