2
0
mirror of https://github.com/therootcompany/acme.js synced 2025-12-24 05:58:39 +00:00
acme.js/lib/browser/client-user-agent.js
2019-10-25 04:54:40 -06:00

7 lines
94 B
JavaScript

'use strict';
var UserAgent = module.exports;
UserAgent.get = function() {
return false;
};