improvement(backends): changes for registerBackend compatibility (#1880)
This commit is contained in:
committed by
Shawn Erquhart
parent
751ec091fb
commit
da91038067
@ -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';
|
||||
|
Reference in New Issue
Block a user