UNPKG

@warp-works/warpjs-utils

Version:

Utility functions for WarpJS and plugins

6 lines (4 loc) 169 B
const getData = require('./get-data'); module.exports = { getData: (persistence, entity, instance, docLevel) => getData(persistence, entity, instance, docLevel) };