UNPKG

@itcomp/abp-rn

Version:

CLI for generating proxy for react native abp templates.

13 lines (12 loc) 388 B
export declare class TypeNode { name: string; typeArgs: TypeNode[]; constructor(name: any); toStringNamespace: (showPlaceholder: boolean) => string; toStringType: (showPlaceholder: boolean) => string; extractTypes(): string[]; extractNamespaces(): string[]; get isPrimitive(): boolean; private stringifyToNs; private stringifyToType; }