UNPKG

fhirbuilder

Version:
12 lines (11 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Buildable = void 0; class Buildable { // Static builder method static builder() { const instance = new this(); return instance.builderInstance(); } } exports.Buildable = Buildable;