Skip to main content
Module

x/denon/mod.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 * from "./denon.ts";export * from "./src/watcher.ts";export * from "./src/runner.ts";
export { DEFAULT_DENON_CONFIG } from "./src/config.ts";export type { DenonConfig } from "./src/config.ts";