ssn/src/index.ts

9 lines
308 B
TypeScript
Raw Normal View History

//Make endpoints available for import by other modules
2018-06-21 14:17:21 +02:00
import findReleasePath from './ssn/findReleasePath';
import getPatch from './ssn/getPatch';
import getManifest from './ssn/getPatchManifest';
import getSolidpkg from './ssn/getSolidpkg';
2018-06-21 14:17:21 +02:00
export { findReleasePath, getManifest, getSolidpkg, getPatch };