Skip to content
Snippets Groups Projects
Select Git revision
  • a7b06c102ee5222530d001c6586861f3a265791c
  • master default protected
  • 1.31
  • 4.24.3
  • 4.24.2
  • 4.24.1
  • 4.24.0
  • 4.23.6
  • 4.23.5
  • 4.23.4
  • 4.23.3
  • 4.23.2
  • 4.23.1
  • 4.23.0
  • 4.22.3
  • 4.22.2
  • 4.22.1
  • 4.22.0
  • 4.21.0
  • 4.20.1
  • 4.20.0
  • 4.19.0
  • 4.18.0
23 results

tree-select.mjs

Blame
  • namespace.mjs 203 B
    /**
     * Copyright 2022 schukai GmbH
     * SPDX-License-Identifier: AGPL-3.0
     */
    
    /**
     * Namespace for logging.
     *
     * @namespace Monster.Logging
     * @memberOf Monster
     * @author schukai GmbH
     */
    const ns = {};