Skip to content

@hanseltime/pkgtest


@hanseltime/pkgtest / ModuleTypes

Enumeration: ModuleTypes

The type of module that the testing package will be created as:

i.e. { "type": "module" } in package.json for "esm"

Enumeration Members

Commonjs

Commonjs: "commonjs"


ESM

ESM: "esm"