MCPcopy
hub / github.com/date-fns/date-fns / fp.js

File fp.js

pkgs/core/examples/node-esm/fp.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { addYears, formatWithOptions } from "date-fns/fp";
2import { eo } from "date-fns/locale";
3
4const addFiveYears = addYears(5);

Callers

nothing calls this directly

Calls 1

addYearsFunction · 0.85

Tested by

no test coverage detected