UNPKG

@becklyn/contentful-adapter

Version:

[![CI](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)

6 lines (5 loc) 416 B
import { ContentfulAdapterConfig, ContentfulAdapterConfigFile } from "./types"; export declare const TSCONFIG_FILE_NAME = "tsconfig.becklyn-contentful.json"; export declare const CONFIG_FILE_NAME = "becklyn-contentful.config.ts"; export declare const loadConfig: () => Promise<ContentfulAdapterConfig>; export declare const getConfigFromFile: (file: ContentfulAdapterConfigFile) => Promise<ContentfulAdapterConfig>;