// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
usestd::path::PathBuf;deno_core::extension!(deno_console, esm =["01_console.js"],);pubfnget_declaration()-> PathBuf{PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("lib.deno_console.d.ts")}