@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 389 B
TypeScript
export class BaseDescription extends Description {
appendDescriptionOf(value: any): this;
appendValue(value: any): this;
appendValueList(start: any, separator: any, end: any, values: any): this;
appendList(start: any, separator: any, end: any, values: any): this;
#private;
}
import { Description } from "./Description.js";
//# sourceMappingURL=BaseDescription.d.ts.map