First commit
This commit is contained in:
19
node_modules/bson/lib/max_key.d.ts
generated
vendored
Normal file
19
node_modules/bson/lib/max_key.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { BSONValue } from './bson_value';
|
||||
/** @public */
|
||||
export interface MaxKeyExtended {
|
||||
$maxKey: 1;
|
||||
}
|
||||
/**
|
||||
* A class representation of the BSON MaxKey type.
|
||||
* @public
|
||||
* @category BSONType
|
||||
*/
|
||||
export declare class MaxKey extends BSONValue {
|
||||
get _bsontype(): 'MaxKey';
|
||||
/** @internal */
|
||||
toExtendedJSON(): MaxKeyExtended;
|
||||
/** @internal */
|
||||
static fromExtendedJSON(): MaxKey;
|
||||
inspect(): string;
|
||||
}
|
||||
//# sourceMappingURL=max_key.d.ts.map
|
Reference in New Issue
Block a user