Skip to main content
Module

x/denon/info.ts

πŸ‘€ Monitor any changes in your Deno application and automatically restart.
Very Popular
Latest
File
// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.
export const VERSION = "2.5.0";export const BRANCH = "main";// export const COMPAT: { [denon: string]: string[] } = {// "2.3.0": ["1.2.0"],// "2.3.1": ["1.2.0", "1.2.1", "1.2.2"],// };