UNPKG

@yiero/gmlib

Version:

GM Lib for Tampermonkey/ScriptCat

5 lines (4 loc) 233 B
/** * 将 responseText 解析为 对象 或者 Document 对象, 如果无法解析则返回原始文本 */ export declare const parseResponseText: <T extends string | Record<string, unknown> | Document>(responseText: string) => T;