UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

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