UNPKG

yahoo-finance2

Version:
10 lines (9 loc) 262 B
// Copyright 2018-2025 the Deno authors. MIT license. // This module is browser compatible. import { assertPath } from "./assert_path.js"; export function assertArgs(from, to) { assertPath(from); assertPath(to); if (from === to) return ""; }