UNPKG

web-worker-helper

Version:

Utilities for running tasks on worker threads

6 lines (5 loc) 185 B
/** * Safely stringify JSON (drop non serializable values like functions and regexps) * @param value */ export declare function removeNontransferableOptions(object: object): object;