Ajout de promotion et de commande
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
type primitive = null | undefined | string | symbol | number | boolean | bigint;
|
||||
|
||||
declare function ToPrimitive(input: unknown, hint?: StringConstructor | NumberConstructor): primitive;
|
||||
|
||||
export = ToPrimitive;
|
||||
Reference in New Issue
Block a user