From add231ce8ac13bfc0a9a5ae6e89eab74cb5d18aa Mon Sep 17 00:00:00 2001 From: BluJ Date: Tue, 2 May 2023 16:53:59 -0600 Subject: [PATCH] feat: Remove dead code --- lib/config/builder/config.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/config/builder/config.ts b/lib/config/builder/config.ts index d709e84..39cedcb 100644 --- a/lib/config/builder/config.ts +++ b/lib/config/builder/config.ts @@ -105,15 +105,6 @@ export class Config, WD> { return new Config(spec, validator) } - static withWrapperData() { - return { - of>(spec: { - [K in keyof Type]: Value - }) { - return Config.of(spec) - }, - } - } /** * Use this during the times that the input needs a more specific type. * Used in types that the value/ variant/ list/ config is constructed somewhere else.