UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

54 lines (26 loc) 1.01 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [getEmscriptenTestModuleOptions](./rc-js-util.getemscriptentestmoduleoptions.md) ## getEmscriptenTestModuleOptions() function Provides "sensible" options for a [SanitizedEmscriptenTestModule](./rc-js-util.sanitizedemscriptentestmodule.md)<!-- -->. **Signature:** ```typescript export declare function getEmscriptenTestModuleOptions(overrides?: Partial<ISanitizedTestModuleOptions>): ISanitizedTestModuleOptions; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> overrides </td><td> Partial&lt;[ISanitizedTestModuleOptions](./rc-js-util.isanitizedtestmoduleoptions.md)<!-- -->&gt; </td><td> _(Optional)_ </td></tr> </tbody></table> **Returns:** [ISanitizedTestModuleOptions](./rc-js-util.isanitizedtestmoduleoptions.md)