@unmock/jaymock
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -13,7 +13,2 @@ declare namespace jaymock { | ||
/** | ||
Instantiates an empty `JayMock` object. | ||
*/ | ||
(): {template: jaymock.Template, functions: jaymock.Functions} | ||
/** | ||
Populates the template object with fake data. | ||
@@ -46,4 +41,4 @@ @param template - A [`template`](https://github.com/unmock/jaymock#template) object to populate. | ||
declare function jaymock(): jaymock.Method; | ||
declare function jaymock(): jaymock.Instance & jaymock.Method; | ||
export = jaymock; |
{ | ||
"name": "@unmock/jaymock", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Minimal fake JSON test data generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11526
226