init commit
This commit is contained in:
12
remotion/node_modules/@remotion/studio/dist/hot-middleware-client/process-update.d.ts
generated
vendored
Normal file
12
remotion/node_modules/@remotion/studio/dist/hot-middleware-client/process-update.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Source code is adapted from
|
||||
* https://github.com/webpack-contrib/webpack-hot-middleware#readme
|
||||
* and rewritten in TypeScript. This file is MIT licensed
|
||||
*/
|
||||
/**
|
||||
* Based heavily on https://github.com/webpack/webpack/blob/
|
||||
* c0afdf9c6abc1dd70707c594e473802a566f7b6e/hot/only-dev-server.js
|
||||
* Original copyright Tobias Koppers @sokra (MIT license)
|
||||
*/
|
||||
import type { HotMiddlewareOptions, ModuleMap } from '@remotion/studio-shared';
|
||||
export declare const processUpdate: (hash: string | undefined, moduleMap: ModuleMap, options: HotMiddlewareOptions) => void;
|
||||
Reference in New Issue
Block a user