UNPKG
@overextended/ox_lib
Version:
latest (3.35.0)
3.35.0
3.34.0
3.33.1
3.33.0
3.32.6
3.32.5
3.30.6
3.30.5
3.30.4
3.30.3
3.30.2
3.30.1
3.30.0
3.29.0
3.28.1
3.28.0
3.27.0
3.26.0
3.25.0
3.24.0
3.23.1
3.23.0
3.22.2
3.22.1
3.22.0
3.21.0
3.20.0
3.19.2
3.19.1
3.19.0
3.18.0
3.17.0
3.16.3
3.16.2
3.16.1
3.16.0
3.15.1
3.15.0
3.14.1
3.14.0
3.13.0
3.12.0
3.11.0
3.10.1
3.10.0
3.9.1
3.9.0
3.8.1
3.8.0
3.7.2
3.7.1
3.7.0
3.6.3
3.6.2
3.6.1
3.6.0
3.5.0
3.4.1
3.3.0
3.2.1
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.21.0
2.20.0
2.19.2
2.19.1
2.19.0
2.18.0
2.17.0
2.16.0
2.15.1
2.15.0
2.14.2
2.14.1
2.14.0
2.13.0
2.12.0
2.11.1
2.11.0
JS/TS wrapper for ox_lib exports
github.com/overextended/ox_lib
overextended/ox_lib
@overextended/ox_lib
/
client
/
resource
/
interface
/
alert.js
3 lines
(2 loc)
•
186 B
JavaScript
View Raw
1
2
3
export
const
alertDialog
=
async
(
data, timeout
) =>
await
exports
.
ox_lib
.
alertDialog
(data, timeout);
export
const
closeAlertDialog
= (
reason
) =>
exports
.
ox_lib
.
closeAlertDialog
(reason);