mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
Fix tslint errors
This commit is contained in:
5
types/mongoose-simple-random/index.d.ts
vendored
5
types/mongoose-simple-random/index.d.ts
vendored
@@ -2,12 +2,11 @@
|
||||
// Project: https://github.com/larryprice/mongoose-simple-random
|
||||
// Definitions by: My Self <https://github.com/me>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
/// <reference types="mongoose" />
|
||||
|
||||
declare module 'mongoose-simple-random' {
|
||||
import mongoose = require('mongoose');
|
||||
var _: (schema: mongoose.Schema) => void;
|
||||
export = _;
|
||||
function plugin(schema: mongoose.Schema): void;
|
||||
export = plugin;
|
||||
}
|
||||
|
||||
declare module "mongoose" {
|
||||
|
||||
Reference in New Issue
Block a user