Module

x/web_bson/mod.d.ts>Long#shiftLeft

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method Long.prototype.shiftLeft
import { Long } from "https://dotland.deno.dev/x/web_bson@v0.3.0/mod.d.ts";

Returns this Long with bits shifted to the left by the given amount.

Parameters

numBits: number | Long
  • Number of bits

Returns

Shifted Long