UNPKG

@datastax/astra-mongoose

Version:

Astra's NodeJS Mongoose compatibility client

3 lines (2 loc) 128 B
import { SchemaType } from 'mongoose'; export default function getUDTNameFromSchemaType(schemaType: SchemaType): string | null;