Macro ts_function

Source
macro_rules! ts_function {
    ($name:ident $nameB:ident @ $ts_type:literal = $args:ty => $ret:ty) => { ... };
}