feat(Types): Improve type spec and ignore signatures that use unknown type
This commit is contained in:
parent
890752a1e7
commit
358f68fbbd
7 changed files with 129 additions and 70 deletions
|
@ -1,3 +1,6 @@
|
|||
export const Types = {
|
||||
bigint: {test: b => typeof b === 'bigint'}
|
||||
bigint: {
|
||||
before: ['Complex'],
|
||||
test: b => typeof b === 'bigint'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue