1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-19 05:45:09 -05:00
denoland-deno/tools/release/npm/install.cjs

6 lines
146 B
JavaScript
Raw Normal View History

// @ts-check
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
"use strict";
require("./install_api.cjs").runInstall();