UNPKG

@lonu/stc

Version:

A tool for converting OpenApi/Swagger/Apifox into code.

9 lines (8 loc) 244 B
// Copyright 2018-2025 the Deno authors. MIT license. // This module is browser compatible. import { assertPath } from "./assert_path.js"; export function assertArg(path) { assertPath(path); if (path.length === 0) return "."; }