dd
This commit is contained in:
7
extensions/Excel转JSON/node_modules/atomically/dist/utils/fs_handlers.d.ts
generated
vendored
Normal file
7
extensions/Excel转JSON/node_modules/atomically/dist/utils/fs_handlers.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Exception } from '../types';
|
||||
declare const Handlers: {
|
||||
isChangeErrorOk: (error: Exception) => boolean;
|
||||
isRetriableError: (error: Exception) => boolean;
|
||||
onChangeError: (error: Exception) => void;
|
||||
};
|
||||
export default Handlers;
|
||||
Reference in New Issue
Block a user