Comparing version 0.8.4 to 0.8.5
@@ -737,1 +737,9 @@ export type JSONPrimitive = null | number | string | boolean | ||
] | ||
declare const expandRange: (a: number, b: number) => number[] | ||
export { expandRange } | ||
declare const fromCodePoint: (codePoint: number) => string | ||
export { fromCodePoint } |
@@ -20,1 +20,4 @@ exports.hash = require('./hash') | ||
exports.dateString = require('./dateString') | ||
exports.expandRange = require('./utils/expandRange') | ||
exports.fromCodePoint = require('./utils/fromCodePoint') |
{ | ||
"name": "fictional", | ||
"description": "Generate fake data deterministically from a given input", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"type": "commonjs", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2491
703157
40