MCPcopy Index your code
hub / github.com/nodejs/node / params

Method params

lib/internal/mime.js:375–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373 }
374
375 get params() {
376 return this.#parameters;
377 }
378
379 toString() {
380 let ret = `${this.#type}/${this.#subtype}`;

Calls

no outgoing calls

Tested by

no test coverage detected