Skip to main content
Module

x/denon/info.ts

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