feat: add generic square operation and numeric unequal
This commit is contained in:
parent
22f114d7f9
commit
fa63022656
4 changed files with 39 additions and 3 deletions
|
|
@ -6,5 +6,5 @@ export { generic }
|
|||
|
||||
declare module "../core/Dispatcher" {
|
||||
interface ReturnTypes<Params>
|
||||
extends ForType<'numbers', GenericReturn<Params>> { }
|
||||
extends ForType<'generic', GenericReturn<Params>> { }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue