diff --git a/source/index.ts b/source/index.ts index c0301a0..159aa21 100644 --- a/source/index.ts +++ b/source/index.ts @@ -249,7 +249,8 @@ export default class Conf = Record(key: Key): void { + delete(key: Key): void; + delete(key: string): void { const {store} = this; if (this.#options.accessPropertiesByDotNotation) { deleteProperty(store, key as string);