yahoo-finance2
Version:
JS API for Yahoo Finance
9 lines (8 loc) • 332 B
JavaScript
;
// Copyright 2018-2026 the Deno authors. MIT license.
// This module is browser compatible.
Object.defineProperty(exports, "__esModule", { value: true });
exports.isWindows = void 0;
const _os_js_1 = require("./_os.js");
/** Whether the current platform is Windows */
exports.isWindows = (0, _os_js_1.checkWindows)();