UNPKG

recipe-ts-runtime

Version:

TypeScript run-time library for the Recipe framework

5 lines (4 loc) 124 B
import { Cake } from "./Cake"; export declare abstract class AbstractOven { protected createCake(other?: Cake): Cake; }