@cumulus/ingest
Version:
Ingest utilities
10 lines • 417 B
TypeScript
/**
* define the path of a file based on the metadata of a granule
*
* @param {string} pathTemplate - the template that defines the path,
* using `{}` for string interpolation
* @param {Object} context - the metadata used in the template
* @returns {string} - the url path for the file
**/
export function urlPathTemplate(pathTemplate: string, context: Object): string;
//# sourceMappingURL=url-path-template.d.ts.map