UNPKG

deno

Version:

A modern runtime for JavaScript and TypeScript.

12 lines (10 loc) 251 B
// @ts-check // Copyright 2018-2026 the Deno authors. MIT license. "use strict"; const api = require("./install_api.cjs"); const exePath = api.runInstall(); try { api.replaceBinEntry(exePath); } catch (_err) { // ignore - falls back to bin.cjs }