mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Added dependencies
module
This commit is contained in:
parent
002d721497
commit
4f60d7b56d
1 changed files with 14 additions and 0 deletions
14
src/dependencies/index.ts
Normal file
14
src/dependencies/index.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
export {
|
||||
DependencyType,
|
||||
} from "./dependency-type";
|
||||
|
||||
export {
|
||||
Dependency,
|
||||
DependencyInfo,
|
||||
DependencyLike,
|
||||
|
||||
parseDependency,
|
||||
createDependency,
|
||||
formatDependency,
|
||||
isDependency,
|
||||
} from "./dependency";
|
Loading…
Reference in a new issue