UNPKG

solid-goggles

Version:
5 lines (3 loc) 253 B
import { Implementation, Interface } from '../models/container'; export function defaultCanImplement(interface: Interface, implementation: Implementation): boolean; export function defaultCanImplement(interface: any, implementation: any): boolean;