MCPcopy Create free account
hub / github.com/denoland/std / parse

Method parse

datetime/_date_time_formatter.ts:639–642  ·  view source on GitHub ↗
(string: string)

Source from the content-addressed store, hash-verified

637 }
638
639 parse(string: string): Date {
640 const parts = this.formatToParts(string);
641 return this.partsToDate(parts);
642 }
643}

Callers 6

parseFunction · 0.95
stringify_test.tsFile · 0.45
parse_test.tsFile · 0.45
mod_test.tsFile · 0.45

Calls 2

formatToPartsMethod · 0.95
partsToDateMethod · 0.95

Tested by

no test coverage detected