UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 151 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noop = void 0; const noop = () => undefined; exports.noop = noop;