MCPcopy
hub / github.com/iamkun/dayjs / subtract

Method subtract

src/plugin/duration/index.js:218–220  ·  view source on GitHub ↗
(input, unit)

Source from the content-addressed store, hash-verified

216 }
217
218 subtract(input, unit) {
219 return this.add(input, unit, true)
220 }
221
222 locale(l) {
223 const that = this.clone()

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected