@wider/utils_proto/proto_object/test

A test module for the prototype extender for the javascript {Function} object. const ydr = { item1 : require("item1"), etc };

Source code

Run from this package's main directory

node ./proto_function/test.js
... test output ...

or

$  node
Welcome to Node.js
> import("./proto_object/test.js").then(() => {process.exit()})
Promise { pending }
> ... test output ...
$
Author:
  • Martin W Baker
License:
  • ISC Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.