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.1.0-beta.6/slugManager/manager.ts";

Parameters

profiles: BaseEntity[]
idToPrimaryLanguage: Record<string, string>
slugField: string
slugFormat: string | ((lang: string, profile: BaseEntity) => string)