Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
leadin
/
scripts
/
shared
/
enums
•
File:
loadState.ts
•
Content:
const LoadState = { NotLoaded: 'NotLoaded', Loading: 'Loading', Loaded: 'Loaded', Idle: 'Idle', Failed: 'Failed', } as const; export type LoadStateType = typeof LoadState[keyof typeof LoadState]; export default LoadState;
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List