UNPKG

sanity-plugin-seo

Version:

Complete SEO toolkit for Sanity Studio with live scoring, AI suggestions, team workflows, and 30+ structured data types. Free and AI tiers live. Pro coming soon.

4 lines (3 loc) 158 B
type NestedObj = Record<string, any>; declare function matchAndRemoveKeys(obj: NestedObj, pattern?: NestedObj): NestedObj; export default matchAndRemoveKeys;