MCPcopy
hub / github.com/tjallingt/react-youtube / outExtension

Function outExtension

packages/react-youtube/tsup.config.ts:6–10  ·  view source on GitHub ↗
({ format })

Source from the content-addressed store, hash-verified

4 sourcemap: true,
5 clean: true,
6 outExtension({ format }) {
7 return {
8 js: format !== 'cjs' ? `.${format}.js` : '.js',
9 };
10 },
11});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…