Function parse_require_context

Source
pub fn parse_require_context(args: &[JsValue]) -> Result<RequireContextOptions>
Expand description

Parse the arguments passed to a require.context invocation, validate them and convert them to the appropriate rust values.