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

isValidSelector

function isValidSelector(selector?: string): selector is string;
§
isValidSelector(selector?: string): selector is string
[src]

§Parameters

§
selector?: string optional
[src]

§Return Type

§
selector is string
[src]