mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 10:23:34 +00:00
feat(async-utils): expose functions
This commit is contained in:
parent
bf613fab35
commit
9b36c3b10a
@ -37,7 +37,7 @@ const providerFactory = require('./provider-factory');
|
||||
const pagination = require('./pagination');
|
||||
const sanitize = require('./sanitize');
|
||||
const traverseEntity = require('./traverse-entity');
|
||||
const { pipeAsync } = require('./async');
|
||||
const { pipeAsync, mapAsync, reduceAsync } = require('./async');
|
||||
const convertQueryParams = require('./convert-query-params');
|
||||
const importDefault = require('./import-default');
|
||||
const template = require('./template');
|
||||
@ -81,6 +81,8 @@ module.exports = {
|
||||
providerFactory,
|
||||
pagination,
|
||||
pipeAsync,
|
||||
mapAsync,
|
||||
reduceAsync,
|
||||
errors,
|
||||
validateYupSchema,
|
||||
validateYupSchemaSync,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user