#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
#![warn(unused_must_use)]
#[path = "StandaloneModuleGraph.rs"]
pub mod StandaloneModuleGraph;
pub use StandaloneModuleGraph::{
BASE_PATH, BASE_PUBLIC_PATH, File, StandaloneModuleGraph as Graph, is_bun_standalone_file_path,
};