Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Shorten export and add IPicture
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 14, 2019
1 parent 36c1797 commit fe6653f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import * as S3 from 'aws-sdk/clients/s3';
import { parseFromTokenizer, parseStream } from 'music-metadata/lib/core';
import * as Type from 'music-metadata/lib/type';
import { StreamingHttpTokenReader, IHttpClient, IHttpResponse } from 'streaming-http-token-reader';
import { parseContentRange } from 'streaming-http-token-reader/lib/http-client';
import { AWSError, Request } from 'aws-sdk';
import { IOptions, IAudioMetadata } from 'music-metadata/lib/type';

export type IAudioMetadata = Type.IAudioMetadata;
export type IOptions = Type.IOptions;
export type ITag = Type.ITag;
export type INativeTagDict = Type.INativeTagDict;
export { IPicture, IAudioMetadata, IOptions, ITag, INativeTagDict } from 'music-metadata/lib/type';

interface IS3Options extends IOptions {
/**
Expand Down

0 comments on commit fe6653f

Please sign in to comment.