babel/lib/6to5/detection/index.js
2015-01-29 21:03:16 +11:00

8 lines
102 B
JavaScript

exports.canRun = function (ast, userAgent) {
};
exports.whoCanRun = function (ast, userAgent) {
};