luaur_analysis/functions/get_type.rs
1//! Node: `cxx:Function:Luau.Analysis:Analysis/include/Luau/Type.h:252:get`
2//! Source: `Analysis/include/Luau/Type.h:252-259` (hand-ported)
3//!
4//! The body lives in `get_singleton_type.rs` (the signature-pinned overload
5//! name callers are instructed to use); this node re-exports it.
6
7#[allow(unused_imports)]
8pub use crate::functions::get_singleton_type::get_singleton_type;
9#[allow(unused_imports)]
10pub use crate::functions::get_singleton_type::get_singleton_type as get;