slugifyForProvider(name: string,maxLength: number,): string
Sanitize a site name into a valid provider resource slug: the shared
slugify, capped at maxLength with any hyphen the cut left trimmed.
slugifyForProvider(name: string,maxLength: number,): string
Sanitize a site name into a valid provider resource slug: the shared
slugify, capped at maxLength with any hyphen the cut left trimmed.
import { slugifyForProvider } from "doc.ts";