mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
timeoutCallback is optional (#16197)
Add an optional extended description…
This commit is contained in:
committed by
Sheetal Nandi
parent
73fb208f98
commit
8477fccea4
Vendored
+1
-1
@@ -19,7 +19,7 @@ declare namespace ReadWriteLock {
|
||||
interface Options {
|
||||
scope?: any;
|
||||
timeout?: number;
|
||||
timeoutCallback(): void;
|
||||
timeoutCallback?(): void;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user