UNPKG

@digicms/cms

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite

10 lines (6 loc) 159 B
'use strict'; const { pick } = require('lodash/fp'); const pickSelectionParams = pick(['fields', 'populate']); module.exports = { pickSelectionParams, };