Skip to content

Latest commit

 

History

History

built-in

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Builtin matches primitive, function, date, error or regular expression

let builtin: Builtin;

builtin = noop;
builtin = /^[0-9]+$/g;
builtin = primitive;
builtin = new Date();
builtin = new Error();

TS Playground – https://tsplay.dev/w25y1W