UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

5 lines 231 B
export declare class SlugHelper { static slugifyString(string: string, type: "urlPath" | "urlSlug", removeCharacters?: string[]): string; static numerifySlug(slug: string): string; } //# sourceMappingURL=SlugHelper.d.ts.map