UNPKG

@youngshand/payload-auth-plugin

Version:

A temporary fork for testing of Authentication plugin for Payload CMS, use @payload-auth-plugin

6 lines (5 loc) 129 B
export const formatSlug = (val: string): string => val .replace(/ /g, "-") .replace(/[^\w-]+/g, "") .toLowerCase()