diff --git a/src/@types/objectpath.ts b/src/@types/objectpath.ts deleted file mode 100644 index 0610197..0000000 --- a/src/@types/objectpath.ts +++ /dev/null @@ -1,7 +0,0 @@ -declare module 'objectpath' { - const ObjectPath: { - parse(str: string, quote?: string, forceQuote?: boolean): string[]; - stringify(arr: string[], quote?: string, forceQuote?: boolean): string; - }; - export default ObjectPath; -}