mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
util.promise: Export is_promise()
This commit is contained in:
parent
9c2ebc29f6
commit
c7d9ee0bb8
1 changed files with 1 additions and 0 deletions
|
@ -147,4 +147,5 @@ return {
|
||||||
all = all;
|
all = all;
|
||||||
race = race;
|
race = race;
|
||||||
try = try;
|
try = try;
|
||||||
|
is_promise = is_promise;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue