UNPKG

@oazmi/build-tools

Version:

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

11 lines (10 loc) 288 B
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. /** * Resolves path to a namespace path * @param path to resolve to namespace */ export function toNamespacedPath(path) { // Non-op on posix systems return path; }