UNPKG
react-native-vast-client
Version:
latest (2.5.1)
2.5.1
JavaScript VAST Client
github.com/sina-moammar/vast-client-js
sina-moammar/vast-client-js
react-native-vast-client
/
src
/
ad_extension.js
7 lines
(6 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
class
AdExtension
{
constructor
() {
this
.attributes = {};
this
.children = []; } }