@blake.regalia/belt
Advanced tools
Comparing version 0.20.2 to 0.20.3
@@ -22,6 +22,2 @@ import type { A } from 'ts-toolbelt'; | ||
export type NaiveBase222 = A.Type<string, 'base222'>; | ||
/** | ||
* JSON string | ||
*/ | ||
export type NaiveJsonString = A.Type<string, 'json'>; | ||
interface HexMethods { | ||
@@ -28,0 +24,0 @@ toLowerCase(): NaiveHexLower; |
import type { A } from 'ts-toolbelt'; | ||
import type { NaiveJsonString } from './strings'; | ||
/** | ||
@@ -28,2 +27,6 @@ * Shortcut for a very common type pattern | ||
/** | ||
* JSON string | ||
*/ | ||
export type NaiveJsonString = A.Type<string, 'json'>; | ||
/** | ||
* Root type for all objects considered to be parsed JSON objects | ||
@@ -30,0 +33,0 @@ */ |
@@ -22,6 +22,2 @@ import type { A } from 'ts-toolbelt'; | ||
export type NaiveBase222 = A.Type<string, 'base222'>; | ||
/** | ||
* JSON string | ||
*/ | ||
export type NaiveJsonString = A.Type<string, 'json'>; | ||
interface HexMethods { | ||
@@ -28,0 +24,0 @@ toLowerCase(): NaiveHexLower; |
import type { A } from 'ts-toolbelt'; | ||
import type { NaiveJsonString } from './strings'; | ||
/** | ||
@@ -28,2 +27,6 @@ * Shortcut for a very common type pattern | ||
/** | ||
* JSON string | ||
*/ | ||
export type NaiveJsonString = A.Type<string, 'json'>; | ||
/** | ||
* Root type for all objects considered to be parsed JSON objects | ||
@@ -30,0 +33,0 @@ */ |
{ | ||
"name": "@blake.regalia/belt", | ||
"version": "0.20.2", | ||
"version": "0.20.3", | ||
"repository": "github:blake-regalia/belt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
189899
3757
19