UNPKG

iridium

Version:

A custom lightweight ORM for MongoDB designed for power-users

10 lines (8 loc) 219 B
import MongoDB = require('mongodb'); export interface Index { spec: IndexSpecification; options?: MongoDB.IndexOptions; } export interface IndexSpecification { [key: string]: number | string; }