UNPKG

@plasosdk/client-sdk

Version:

Plaso教育平台的客户端SDK

8 lines (7 loc) 131 B
declare global { interface Window { ffmpegModule: any; } } declare const init: () => void; export { init };