UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

10 lines (7 loc) 162 B
"use strict"; exports.implementation = class NavigatorLanguageImpl { get language() { return "en-US"; } // See Navigator constructor for languages };