UNPKG

173 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.xlen = xlen;
7function xlen(stream) {
8 return (this.data.get(stream) || []).length;
9}
\No newline at end of file