inferred-types
Advanced tools
Comparing version 0.23.0 to 0.23.1
@@ -67,2 +67,3 @@ "use strict"; | ||
literal: () => literal, | ||
mapTo: () => mapTo, | ||
mapValues: () => mapValues, | ||
@@ -225,2 +226,5 @@ nameLiteral: () => nameLiteral, | ||
// src/utility/dictionary/mapTo.ts | ||
var mapTo = (cb) => (source) => cb(source); | ||
// src/utility/dictionary/strArrayToDict.ts | ||
@@ -670,2 +674,3 @@ function strArrayToDict(...strings) { | ||
literal, | ||
mapTo, | ||
mapValues, | ||
@@ -672,0 +677,0 @@ nameLiteral, |
{ | ||
"name": "inferred-types", | ||
"version": "0.23.0", | ||
"version": "0.23.1", | ||
"description": "Functions which provide useful type inference on TS projects", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -12,2 +12,3 @@ // #autoindex | ||
export * from "./mapValues"; | ||
export * from "./mapTo"; | ||
export * from "./strArrayToDict"; | ||
@@ -14,0 +15,0 @@ // directory exports |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
324472
8713