forked from forks/ffprobe-wasm-npm
Add project files
This commit is contained in:
7
src/ffprobe-wasm.d.ts
vendored
Normal file
7
src/ffprobe-wasm.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { FFprobe } from "./ffprobe-wasm-shared";
|
||||
|
||||
export * from "./ffprobe-wasm-shared";
|
||||
|
||||
declare const ffprobe: FFprobe;
|
||||
|
||||
export default ffprobe;
|
||||
Reference in New Issue
Block a user