UNPKG

@fontoxml/fontoxml-development-tools

Version:

Development tools for Fonto.

13 lines (9 loc) 240 B
import Request from './Request.js'; /** @typedef {import('./FdtCommand').default} FdtCommand */ export default class FdtRequest extends Request { constructor() { super(); /** @type {FdtCommand | null} */ this.command = null; } }