objtools
Version:
Various utility functions for working with object, including object merging, inheritance, deep copying, etc.
10 lines • 387 B
JavaScript
// Copyright 2016 Zipscene, LLC
// Licensed under the Apache License, Version 2.0
// http://www.apache.org/licenses/LICENSE-2.0
import { runDir } from 'spectrophotometer';
import path from 'path';
import { fileURLToPath } from 'url';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
await runDir(__dirname);
//# sourceMappingURL=index.js.map