Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 544 Bytes

hamon.syncbailhook.call.md

File metadata and controls

26 lines (15 loc) · 544 Bytes

Home > @funnyecho/hamon > SyncBailHook > call

SyncBailHook.call() method

call listener with ...args

Signature:

call(...args: AsArray<T>): R;

Parameters

Parameter Type Description
args AsArray<T> rest parameters of calling arguments

Returns:

R

bailed value