module:extras/pathutil

Back to documentation index.

### module:extras/pathutil()

The extras/pathutil.js module. To import all symbols in this module, either of the following can be used:

import * from "extras/pathutil.js";
// -- or --
import * as CustomModuleName from "extras/pathutil.js";

Back to documentation index.