UNPKG

ast-metadata-inferer

Version:

[![Test](https://github.com/amilajack/ast-metadata-inferer/actions/workflows/test.yml/badge.svg)](https://github.com/amilajack/ast-metadata-inferer/actions/workflows/test.yml)

6 lines (5 loc) 191 B
import { ProviderApiMetadata } from "./types"; /** * Write compat.json file which contains API metadata and compat data */ export default function Compat(): Promise<ProviderApiMetadata[]>;