UNPKG

@fontoxml/fontoxml-development-tools

Version:

Development tools for Fonto.

11 lines (9 loc) 208 B
/** @typedef {import('./Command').default} Command */ export default class Request { constructor() { /** @type {Command | null} */ this.command = null; this.options = {}; this.parameters = {}; } }