UNPKG

krtp

Version:

Node implementation of rtp protocol. RFC 3550

7 lines (6 loc) 131 B
export default { presets: [ ["@babel/preset-env", { targets: { node: "current" } }], "@babel/preset-typescript", ], };