UNPKG

browser-with-fingerprints

Version:

A plugin that improves the stealth of automation libraries using fingerprints

8 lines (7 loc) 248 B
/** * Creates or opens a named mutex object. Also waits until the mutex * object enters a signaling state or the waiting interval expires. * * @param name - Mutex name as a string. */ export declare function create(name: string): void;