ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ {
if (config.kind === "alwaysPad")
return config.paddingLength;
else
return encodedLength >= config.padUntilLength ? 0 : config.padUntilLength - encodedLength;
}
//# sourceMappingURL=paddingConfig.js.map