UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRestoredClientJob = void 0; const isRestoredClientJob = (job) => { return !('inputProps' in job); }; exports.isRestoredClientJob = isRestoredClientJob;