mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
// @ts-check
|
|
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
"use strict";
|
|
|
|
require("./install_api.cjs").runInstall();
|