UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

7 lines (6 loc) 192 B
//#region src/permissions/modules/process-ast/utils/stringify-query-path.ts function stringifyQueryPath(queryPath) { return queryPath.join("."); } //#endregion export { stringifyQueryPath };