Skip to main content
Module

x/branch/mod.ts

๐Ÿ“  Denosaurs pretty logger
Go to Latest
File
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
import { setup, prefix } from "./branch.ts";
export { LogConfig } from "./branch.ts";
export default { setup, prefix,};