mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
11 lines
314 B
TypeScript
11 lines
314 B
TypeScript
// Type definitions for mongoose-mock 0.4.0
|
|
// Project: https://github.com/JohanObrink/mongoose-mock
|
|
// Definitions by: jt000 <https://github.com/jt000>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
import mongoose = require('mongoose');
|
|
|
|
declare var mock: mongoose.Mongoose;
|
|
export = mock;
|