@types/ffmpeg__libav-core
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Installation

npm install --save @types/ffmpeg__libav-core

Summary

This package contains type definitions for @ffmpeg/libav-core (https://github.com/ffmpegwasm/libav.wasm).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ffmpeg__libav-core.

index.d.ts

type Pointer = number;

interface LibavCore {
    NULL: Pointer;
}

declare function createLibavCore(): Promise<LibavCore>;

export = createLibavCore;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Jerome Wu.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/ffmpeg__libav-core

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

2.9 kB

Total Files

5

Last publish

Collaborators

  • types