improvement(backends): changes for registerBackend compatibility (#1880)

This commit is contained in:
Tony Alves
2018-11-26 13:30:50 -08:00
committed by Shawn Erquhart
parent 751ec091fb
commit da91038067
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
export APIError from './APIError';
export Cursor, { CURSOR_COMPATIBILITY_SYMBOL } from './Cursor';
export EditorialWorkflowError from './EditorialWorkflowError';
export EditorialWorkflowError, { EDITORIAL_WORKFLOW_ERROR } from './EditorialWorkflowError';
export localForage from './localForage';
export { resolvePath, basename, fileExtensionWithSeparator, fileExtension } from './path';
export { filterPromises, resolvePromiseProperties, then } from './promise';