Source code

Revision control

Copy as Markdown

Other Tools

// eslint-disable-next-line import/no-unassigned-import
import {} from "../circular_dependency.mjs";
export function exportedFunction() {
return true;
}