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

parseInteger

function parseInteger(attr: string | null | undefined): number | null;
§
parseInteger(attr: string | null | undefined): number | null
[src]

§Parameters

§
attr: string | null | undefined
[src]

§Return Type

§
number | null
[src]