UNPKG

@mochify/mochify

Version:

Run mocha tests in headless browsers

8 lines (7 loc) 230 B
export { mapValue as mapClientValue }; /** * @param {any} raw * @param {(function(string): string) | null} [mapStack] * @returns {any} */ declare function mapValue(raw: any, mapStack?: ((arg0: string) => string) | null): any;