UNPKG

check-esm

Version:

The module has JS functions to check all imports or required modules and check if the file is a ES Module or a CJS/ JS Module or Script

6 lines (4 loc) 140 B
import { _isESCode } from "../index.mjs"; let isesm = _isESCode("./demos/isESCode.js"); console.log(isesm); export default _isESCode;