UNPKG

@sqhead/mux.js

Version:

A collection of lightweight utilities for inspecting and manipulating video container formats.

8 lines (6 loc) 108 B
var toUnsigned = function(value) { return value >>> 0; }; module.exports = { toUnsigned: toUnsigned };