mirror of
https://github.com/alantang1977/X.git
synced 2025-01-12 16:43:20 +02:00
9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
|
function __jsEvalReturn() {
|
||
|
return {
|
||
|
isVideoFormat: function (url) {
|
||
|
return !0;
|
||
|
},
|
||
|
};
|
||
|
}
|
||
|
export { __jsEvalReturn };
|