UNPKG

@churchapps/apihelper

Version:

Library of helper functions not specific to any one ChurchApps project or framework.

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