method Bson.Decimal128.fromStringRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Decimal128 } = Bson; fromString(representation: string): Decimal128Create a Decimal128 instance from a string representation Parametersrepresentation: string a numeric string representation. ReturnsDecimal128