UNPKG

@observablehq/inspector

Version:

[![Node CI](https://github.com/observablehq/inspector/workflows/Node%20CI/badge.svg)](https://github.com/observablehq/inspector/actions?workflow=Node+CI)

6 lines (4 loc) 119 B
import {format} from "isoformat"; export default function formatDate(date) { return format(date, "Invalid Date"); }