fix: move common api functions to a separate file (#3511)
This commit is contained in:
@ -9,7 +9,7 @@ import {
|
||||
CMS_BRANCH_PREFIX,
|
||||
statusToLabel,
|
||||
labelToStatus,
|
||||
} from 'netlify-cms-lib-util/src/API';
|
||||
} from 'netlify-cms-lib-util/src/APIUtils';
|
||||
|
||||
import { defaultSchema, joi } from '../joi';
|
||||
import {
|
||||
|
@ -1,5 +0,0 @@
|
||||
declare module 'semaphore' {
|
||||
export type Semaphore = { take: (f: Function) => void; leave: () => void };
|
||||
const semaphore: (count: number) => Semaphore;
|
||||
export default semaphore;
|
||||
}
|
Reference in New Issue
Block a user