Skip to main content
Module

x/typeorm/src/index.ts>PromiseUtils.extractValue

Forked from https://github.com/typeorm/typeorm
Latest
method PromiseUtils.extractValue
Re-export
import { PromiseUtils } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

If given value is a promise created by "create" method this method gets its value. If given value is not a promise then given value is returned back.

Parameters

object: any