mirror of
https://github.com/alantang1977/X.git
synced 2024-11-06 15:13:08 +02:00
9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
|
function __jsEvalReturn() {
|
||
|
return {
|
||
|
isVideoFormat: function (url) {
|
||
|
return !0;
|
||
|
},
|
||
|
};
|
||
|
}
|
||
|
export { __jsEvalReturn };
|