UNPKG

timeld-cli

Version:

Live shared timesheets command interface

9 lines (8 loc) 223 B
import { Proc } from '@m-ld/m-ld-cli/lib/Proc.js'; export class PromiseProc extends Proc { /** @param {Promise} promise */ constructor(promise) { super(); promise.then(() => this.setDone(), this.setDone); } }