UNPKG

@textlint/kernel

Version:
8 lines (5 loc) 107 B
export interface Descriptor<T> { id: string; equals(target: this): boolean; toKernel(): T; }