feat: Replace aCAPTCHA with official ALTCHA (altcha.org) Proof-of-Work web component widget
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare class Mutex {
|
||||
private mutex;
|
||||
lock(): PromiseLike<() => void>;
|
||||
dispatch<T>(fn: () => PromiseLike<T>): Promise<T>;
|
||||
}
|
||||
export default Mutex;
|
||||
Reference in New Issue
Block a user