summaryrefslogtreecommitdiffstats
path: root/llparse-frontend/src/wrap.ts
blob: 013adb33a175ec586e4a16dec8cb632ce2b0b82e (plain)
1
2
3
export interface IWrap<T> {
  readonly ref: T;
}