'use strict'; function defineCodec(factory) { return factory; } exports.defineCodec = defineCodec;