Skip to main content
Module

x/web_bson/src/parser/utils.ts>normalizedFunctionString

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
function normalizedFunctionString
import { normalizedFunctionString } from "https://deno.land/x/web_bson@v0.2.4/src/parser/utils.ts";

Normalizes our expected stringified form of a function across versions of node

Parameters

fn: Function
  • The function to stringify

Returns

string