Files
story-studio/remotion/node_modules/@remotion/renderer/dist/truthy.js
2026-02-21 10:33:18 +01:00

7 lines
156 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.truthy = truthy;
function truthy(value) {
return Boolean(value);
}