UNPKG

@cumulus/ingest

Version:
10 lines 417 B
/** * 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