# buildPreHook Function private

Module
import { buildPreHook } from "@tsed/mongoose/src/utils/schemaOptions"
Source/packages/mongoose/src/utils/schemaOptions.ts

# Overview

function buildPreHook(fn: Function): (next: HookNextFunction, done: HookDoneFunction) => any;