UNPKG

fhirbuilder

Version:
5 lines (4 loc) 148 B
export declare abstract class Buildable<T> { protected abstract builderInstance(): T; static builder<T>(this: new () => Buildable<T>): T; }