UNPKG

datoit

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: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite

10 lines (7 loc) 164 B
'use strict'; const loadFiles = require('./load-files'); const findPackagePath = require('./package-path'); module.exports = { loadFiles, findPackagePath, };