UNPKG

ts-add-js-extension

Version:

Add .js extension to each relative ESM import and export statement in JavaScript file

9 lines 195 B
const guard = (props) => { const t = props.value; if (t !== undefined && t !== null) { return t; } throw props.error; }; export { guard }; //# sourceMappingURL=type.js.map