UNPKG
@bastion/tesseract
Version:
latest (5.2.5)
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
The heart and soul of the Bastion bot.
github.com/TheBastionBot/Tesseract
TheBastionBot/Tesseract
@bastion/tesseract
/
typings
/
utils
/
isConstructor.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
declare
const
isConstructor
:
(
object
:
Record
<
string
,
unknown
>
) =>
boolean
;
export
default
isConstructor;