UNPKG

wiki-saikou

Version:

The library provides the out of box accessing to MediaWiki API in both browsers & Node.js, and the syntax is very similar to vanilla `new mw.Api()`. TypeScript definition included~

5 lines (4 loc) 180 B
export declare namespace MwParamNormalizer { function normalizeParamValue(item: any): string | Blob | undefined; function normalizeBody(body: any): FormData | undefined; }