UNPKG

dbaas

Version:

Database as a service. Expose db to REST and GraphQL.

3 lines (2 loc) 197 B
import type { Env } from "../types/ExtensionContext.js"; export default function getConfigFromEnv(env: Env, prefix: string, omitPrefix?: string | string[], type?: "camelcase" | "underscore"): Env;