@samatawy/rules
Preparing search index...
index
RandomFunctionProvider
Class RandomFunctionProvider
Index
Constructors
constructor
Methods
names
create
mock
to
JS
Constructors
constructor
new
RandomFunctionProvider
()
:
RandomFunctionProvider
Returns
RandomFunctionProvider
Methods
Static
names
names
()
:
string
[]
Returns
string
[]
Static
create
create
(
name
:
string
,
args
:
NumericExpression
[]
)
:
RandomFunction
|
undefined
Parameters
name
:
string
args
:
NumericExpression
[]
Returns
RandomFunction
|
undefined
Static
mock
mock
(
name
:
string
,
args
:
NumericExpression
[]
)
:
RandomFunction
|
undefined
Parameters
name
:
string
args
:
NumericExpression
[]
Returns
RandomFunction
|
undefined
Static
to
JS
toJS
(
name
:
string
)
:
{
args
:
string
[]
;
body
:
string
}
Parameters
name
:
string
Returns
{
args
:
string
[]
;
body
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
names
create
mock
to
JS
@samatawy/rules
Loading...