Skip to main content

DeclareFn

Type Alias DeclareFn 

Source
pub type DeclareFn = for<'js> fn(Ctx<'js>, Vec<u8>) -> Result<Module<'js>>;
Expand description

How a host declares one of these modules to the ES loader.