(mod)
| 273 | }; |
| 274 | |
| 275 | export function __importStar(mod) { |
| 276 | if (mod && mod.__esModule) return mod; |
| 277 | var result = {}; |
| 278 | if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); |
| 279 | __setModuleDefault(result, mod); |
| 280 | return result; |
| 281 | } |
| 282 | |
| 283 | export function __importDefault(mod) { |
| 284 | return (mod && mod.__esModule) ? mod : { default: mod }; |
nothing calls this directly
no test coverage detected
searching dependent graphs…