@contract-case/case-core
Version:
Core functionality for the ContractCase contract testing suite
10 lines • 327 B
TypeScript
import { LookupType } from './types';
export declare const lookupName: ({ lookupType, uniqueName, }: {
lookupType: LookupType;
uniqueName: string;
}) => string;
export declare const stripType: ({ lookupType, name, }: {
lookupType: LookupType;
name: string;
}) => string;
//# sourceMappingURL=lookupName.d.ts.map