mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-07-26 10:28:48 +00:00
6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
import RTTrPHeader from './rttrp';
|
|
|
|
export const Decoders = {
|
|
RTTrPHeader,
|
|
};
|