UNPKG

coreapi

Version:
14 lines (11 loc) 171 B
class TextCodec { constructor () { this.mediaType = 'text/*' } decode (text, options = {}) { return text } } module.exports = { TextCodec: TextCodec }