mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 04:59:06 +01:00
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
export default function(x: any): boolean {
|
|
return x.hasOwnProperty('toHexString') || x.hasOwnProperty('_bsontype');
|
|
}
|