feat: Add complex argument function arg
All checks were successful
/ test (pull_request) Successful in 17s
All checks were successful
/ test (pull_request) Successful in 17s
Also removes circular imports from nanomath
This commit is contained in:
parent
474cc53d68
commit
8da23a84be
24 changed files with 91 additions and 90 deletions
|
@ -2,7 +2,7 @@ import {plain, boolnum} from './helpers.js'
|
|||
import {NumberT} from './NumberT.js'
|
||||
|
||||
import {Returns} from '#core/Type.js'
|
||||
import {match} from '#core/helpers.js'
|
||||
import {match} from '#core/TypePatterns.js'
|
||||
|
||||
export const clone = plain(a => a)
|
||||
export const isnan = match(NumberT, boolnum(isNaN))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue