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

isString

function isString(s: any): s is string;
§
isString(s: any): s is string
[src]

§Parameters

§
s: any
[src]

§Return Type

§
s is string
[src]