UNPKG

jsii-pacmak

Version:

A code generation framework for jsii backend languages

12 lines 439 B
import * as spec from '@jsii/spec'; export declare function stabilityPrefixFor(element: spec.Documentable): string; export declare function renderSummary(docs?: spec.Docs): string; export interface PropertyDefinition { readonly prop: spec.Property; readonly definingType: spec.Type; } export interface MethodDefinition { readonly method: spec.Method; readonly definingType: spec.Type; } //# sourceMappingURL=_utils.d.ts.map