Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

toValidAssetId

function toValidAssetId(name: string, type: "component" | "directive" | "filter"): string;
§
toValidAssetId(name: string, type: "component" | "directive" | "filter"): string
[src]

§Parameters

§
name: string
[src]
§
type: "component" | "directive" | "filter"
[src]

§Return Type

§
string
[src]