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

assertName

Upholds the spec rules about naming.

function assertName(name: string): string;
§
assertName(name: string): string
[src]

§Parameters

§
name: string
[src]

§Return Type

§
string
[src]