(options: GetDMMFOptions)
| 52 | * Wasm'd version of `getDMMF`. |
| 53 | */ |
| 54 | export async function getDMMF(options: GetDMMFOptions): Promise<DMMF.Document> { |
| 55 | return Promise.resolve(handleGetDmmfResult(getDMMFRaw(options))) |
| 56 | } |
| 57 | |
| 58 | export async function getInternalDMMF(options: GetDMMFOptions): Promise<DMMF.Document> { |
| 59 | return Promise.resolve(handleGetDmmfResult(getInternalDMMFRaw(options))) |
no test coverage detected