Files
pixelheros/extensions/Excel转JSON/node_modules/atomically/dist/utils/fs_handlers.d.ts
walkpan 8f57f57c1d dd
2024-08-18 23:38:55 +08:00

8 lines
244 B
TypeScript

import { Exception } from '../types';
declare const Handlers: {
isChangeErrorOk: (error: Exception) => boolean;
isRetriableError: (error: Exception) => boolean;
onChangeError: (error: Exception) => void;
};
export default Handlers;