1.0.0 • Published 5 years ago
@jswork/next-stub v1.0.0
next-stub
Stub code for next.
apis
api | description |
---|---|
nx.stubString | Stub empty and new string |
nx.stubArray | Stub empty and new array |
nx.stubObject | Stub empty and new object |
nx.stubThen | Stub empty and new then |
usage
import '@feizheng/next-stub';
nx.stubStirng();
nx.stubArray();
nx.stubObject();
nx.stubThen();
license
Code released under the MIT license.
1.0.0
5 years ago