UNPKG

@boost/core

Version:

Robust pipeline for creating dev tools that separate logic into routines and tasks.

7 lines 205 B
export default class Context { /** * Create a new instance of the current context and shallow clone all properties. */ clone(...args: any[]): this; } //# sourceMappingURL=Context.d.ts.map