UNPKG

a2r

Version:
4 lines (3 loc) 166 B
import { ApiNamespace } from '../../model/api'; declare const getApiObjectText: (namespace: ApiNamespace, level?: number) => string; export default getApiObjectText;