@aliceplex/core
Version:
[![License][license_badge]][license] [![Pipelines][pipelines_badge]][pipelines] [![Coverage][coverage_badge]][pipelines] [![NPM][npm_badge]][npm] [![semantic-release][semantic_release_badge]][semantic_release]
5 lines (4 loc) • 321 B
TypeScript
/// <reference types="cheerio" />
export declare const readDataString: (file: string) => any;
export declare const mockHtml: (html: string) => (_url: string, _request: RequestInit, cheerio?: CheerioOptionsInterface | undefined) => Promise<CheerioStatic>;
export declare const mockJson: (json: any) => () => Promise<any>;