๐Ÿ”ฐimport.meta

JS โŸฉ module โŸฉ import.meta

import.meta contains the information about the current module.

import is NOT an objectโ—๏ธ(left-hand side of "." is normally an object)

Last updated