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