diff options
Diffstat (limited to '')
-rw-r--r-- | llparse-frontend/src/wrap.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llparse-frontend/src/wrap.ts b/llparse-frontend/src/wrap.ts new file mode 100644 index 0000000..013adb3 --- /dev/null +++ b/llparse-frontend/src/wrap.ts @@ -0,0 +1,3 @@ +export interface IWrap<T> { + readonly ref: T; +} |