Expose frptools utils: call and id

Makes subscribeToRender more tolerant of non-functions
This commit is contained in:
Timothy Farrell 2017-12-16 04:58:18 -06:00
parent 0ed009800d
commit b51a8bf6d3

View File

@ -1,3 +1,4 @@
export { prop } from './property'; export { prop } from './property';
export { computed } from './computed'; export { computed } from './computed';
export { container } from './container'; export { container } from './container';
export { call, id } from './util.js';