add a TODO explaining the plan
This commit is contained in:
parent
3967f5ce2b
commit
26631febf9
@ -5,5 +5,7 @@ export function typed<T>(name: string, types: string, arg: T) : T {
|
|||||||
}
|
}
|
||||||
|
|
||||||
console.log(`TYPED-FUNCTION: Creating function "${name}" with types ${types}`)
|
console.log(`TYPED-FUNCTION: Creating function "${name}" with types ${types}`)
|
||||||
|
|
||||||
|
// TODO: here we can now turn the inputs into a real typed-function with a signature
|
||||||
return arg
|
return arg
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user