/** * Utilities that are useful for libraries, which may need to interact with * their dependent's codebase, or make it easier for their dependents to access * information about a library using this package. * * @module @sorrell/utilities/dependency */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export * from "./Dependency.mjs"; export * from "./Dependency.Types.mjs"; //# sourceMappingURL=index.d.mts.map