FetchTextFn: (
url: string,
callback: (err: Error | null, text?: string) => void,
) => void
Type Declaration
-
- (url: string, callback: (err: Error | null, text?: string) => void): void
-
Parameters
- url: string
- callback: (err: Error | null, text?: string) => void
Returns void