typemodule
v0.1.4
Published
Supplies what 'type':'module' lacks
Downloads
14
Maintainers
Readme
typemodule
A Node.js module that supplies what "type": "module" lacks.
Installation
$ npm i typemoduleExample
import { __dirname } from 'typemodule';
var myPath = __dirname + '/path/to/directory';