Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function getUpdates
import { getUpdates } from "https://deno.land/x/yextpages@pages%401.0.0-beta.23/slugManager/manager.ts";

Parameters

profiles: BaseEntity[]
idToPrimaryLanguage: Record<string, string>
slugField: string
slugFormat: string
slugFormatLocaleOverrides: Record<string, string>
optional
slugGeneratorFn: Function