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)

12 lines (11 loc) 404 B
import { ApiMetadata } from "../../types"; /** * Comvert camelcase phrases to hypen-separated words * ex. camelCase => camel-case * This is used to map CSS DOM API names to css properties and attributes */ export declare function camelCaseToHyphen(string: string): string; /** * @TODO: Allow overriding database records */ export default function MicrosoftAPICatalogProvider(): Array<ApiMetadata>;