UNPKG
miz
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1-beta.1
Generate mock data, just like a person.
github.com/hustcc/miz
hustcc/miz
miz
/
lib
/
mockers
/
apply.d.ts
8 lines
(7 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Mocker
}
from
'../mocker'
;
/** * apply the function for random. *
@param
func
*
@returns
{
Mocker
} */
export
declare
function
apply
(
func:
Function
):
Mocker
;