JSModuleNormalizeFunc typedef
JSModuleNormalizeFunc =
String Function(JSContext ctx, String module_base_name, String module_name, Uint8List? opaque)
Implementation
typedef JSModuleNormalizeFunc =
String Function(
JSContext ctx,
String module_base_name,
String module_name,
Uint8List? opaque,
);