sourceMapArchive.js 191 B

12345678910
  1. export function SourceMapArchive(params = {}) {
  2. return {
  3. date: '2020-05-06T13:41:48.926535Z',
  4. type: 'release',
  5. id: 75,
  6. fileCount: 0,
  7. name: '1234',
  8. ...params,
  9. };
  10. }