Files
Kmake/test/fixtures/es-module-loaders/loader-load-null-return.mjs

4 lines
72 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
export async function load(specifier, context, next) {
return null;
}