combos
combos copied to clipboard
Generate all possible permutations of an object's key-value pairs
Results
2
combos issues
Sort by
recently updated
recently updated
newest added
Just thought I'd share types that I wrote for this package, in case someone is looking for it. ```ts declare module "combos" { export const UNDEF:Symbol; interface Input { [key:...
How do you add random single values example employees : { Type : ['Temporary','Permanent'], age : [random(20,45)] } so that the output would be something like employees: [ { Type:...