refactor: introduce type-only imports (#5462)
This commit is contained in:
committed by
GitHub
parent
e4a29d5991
commit
fc07ce6854
@ -1,4 +1,5 @@
|
||||
import { asyncLock, AsyncLock } from './asyncLock';
|
||||
import type { AsyncLock } from './asyncLock';
|
||||
import { asyncLock } from './asyncLock';
|
||||
import unsentRequest from './unsentRequest';
|
||||
import APIError from './APIError';
|
||||
|
||||
|
Reference in New Issue
Block a user