0.5.6 • Published 6 months ago

@types/mongoose-lean-virtuals v0.5.6

Weekly downloads
935
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/mongoose-lean-virtuals

Summary

This package contains type definitions for mongoose-lean-virtuals (https://github.com/vkarpov15/mongoose-lean-virtuals).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongoose-lean-virtuals.

index.d.ts

// Type definitions for mongoose-lean-virtuals 0.5
// Project: https://github.com/vkarpov15/mongoose-lean-virtuals
// Definitions by: Isaac Herrera <https://github.com/isaacdecoded>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.1

import { Schema } from 'mongoose';

declare function mongooseLeanVirtuals(schema: Schema): void;

declare namespace mongooseLeanVirtuals {
}

export = mongooseLeanVirtuals;

Additional Details

  • Last updated: Sun, 24 Apr 2022 14:31:47 GMT
  • Dependencies: @types/mongoose
  • Global values: none

Credits

These definitions were written by Isaac Herrera.

0.5.4

7 months ago

0.5.6

6 months ago

0.5.5

7 months ago

0.5.3

2 years ago

0.5.2

3 years ago

0.5.1

4 years ago

0.5.0

4 years ago