oxc/crates/oxc_syntax/src/reference.rs
2023-08-19 18:09:47 +08:00

5 lines
92 B
Rust

use oxc_index::define_index_type;
define_index_type! {
pub struct ReferenceId = u32;
}