A test module for the prototype extender for the javascript {Function} object. const ydr = { item1 : require("item1"), etc };
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 ...
$
- Copyright:
- Copyright (C) 1985..2021 Martin Baker. http://y-d-r.co.uk
- 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.