Skip to main content
Module

x/mongo/mod.ts>Long#subtract

MongoDB driver for Deno
Very Popular
Go to Latest
method Long.prototype.subtract
Re-export
import { Long } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

Returns the difference of this and the specified Long.

Parameters

subtrahend:
| string
| number
| Long
| Timestamp
  • Subtrahend

Returns

Long

Difference