objtools
Version:
Various utility functions for working with object, including object merging, inheritance, deep copying, etc.
13 lines (9 loc) • 357 B
text/typescript
// 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);