UNPKG

@thehanimo/react-native-audiokit

Version:
7 lines (6 loc) 217 B
declare type RNAudioKitType = { getDuration(file: string): Promise<string>; trim(file: string, start: number, end: number): Promise<string>; }; declare const _default: RNAudioKitType; export default _default;