From cbb2100ab78ea09fc93b83dbcc114ee773f7bb07 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Wed, 28 Apr 2021 14:53:56 +0200 Subject: [PATCH] Extendable TODO --- src/Extendable.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Extendable.ts b/src/Extendable.ts index 2ebfa98..7d150f8 100644 --- a/src/Extendable.ts +++ b/src/Extendable.ts @@ -1,5 +1,8 @@ import {Type} from "./Utils"; +/** + * TODO: add has() method + */ export default interface Extendable { as(type: Type): C;