@snaplet/copycat
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -32,8 +32,8 @@ var import_testutils = require("./testutils"); | ||
false, | ||
true, | ||
false, | ||
false, | ||
false, | ||
false, | ||
false, | ||
false, | ||
true, | ||
true, | ||
true, | ||
], | ||
@@ -304,2 +304,40 @@ "char": Array [ | ||
], | ||
"someOf": Array [ | ||
Array [ | ||
"paper", | ||
], | ||
Array [ | ||
"rock", | ||
"paper", | ||
], | ||
Array [ | ||
"scissors", | ||
"rock", | ||
], | ||
Array [ | ||
"rock", | ||
"paper", | ||
], | ||
Array [ | ||
"scissors", | ||
"rock", | ||
], | ||
Array [ | ||
"rock", | ||
], | ||
Array [ | ||
"paper", | ||
"rock", | ||
], | ||
Array [ | ||
"rock", | ||
], | ||
Array [ | ||
"paper", | ||
], | ||
Array [ | ||
"paper", | ||
"rock", | ||
], | ||
], | ||
"streetAddress": Array [ | ||
@@ -306,0 +344,0 @@ "246 Fabian Mountains", |
@@ -14,4 +14,5 @@ import fictional from 'fictional'; | ||
export declare const oneOf: fictional.OneOf; | ||
export declare const someOf: fictional.SomeOf; | ||
export declare const times: fictional.Times; | ||
export declare const hex: (input: Input) => string; | ||
//# sourceMappingURL=primitives.d.ts.map |
@@ -33,2 +33,3 @@ var __create = Object.create; | ||
sentence: () => sentence, | ||
someOf: () => someOf, | ||
times: () => times, | ||
@@ -60,2 +61,3 @@ word: () => word, | ||
const oneOf = import_fictional.default.oneOf; | ||
const someOf = import_fictional.default.someOf; | ||
const times = import_fictional.default.times; | ||
@@ -78,2 +80,3 @@ const hex = (input) => int(input, { | ||
sentence, | ||
someOf, | ||
times, | ||
@@ -80,0 +83,0 @@ word, |
@@ -44,2 +44,3 @@ var __defProp = Object.defineProperty; | ||
oneOf: (input) => import__.copycat.oneOf(input, ["red", "green", "blue"]), | ||
someOf: (input) => import__.copycat.someOf(input, [1, 2], ["rock", "paper", "scissors"]), | ||
scramble: (input) => import__.copycat.scramble(import__.copycat.fullName(input)) | ||
@@ -46,0 +47,0 @@ }); |
{ | ||
"name": "@snaplet/copycat", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6709166
2677