ssn/src/index.ts

9 lines
303 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';
2018-07-05 00:59:42 +02:00
import getManifest from './ssn/getManifest';
import getPatch from './ssn/getPatch';
import getSolidpkg from './ssn/getSolidpkg';
2018-06-21 14:17:21 +02:00
export { findReleasePath, getManifest, getSolidpkg, getPatch };