Interface: JsHandler()
JsHandler(
rawSource,set,options?):JsHandlerResult|Promise<JsHandlerResult>
Parameters
• rawSource: string
• set: Set<string>
• options?: CreateJsHandlerOptions
Returns
JsHandlerResult | Promise<JsHandlerResult>
Defined in
Properties
sync()
sync: (
rawSource,set,options?) =>JsHandlerResult
Parameters
• rawSource: string