@augment-vir/common
Advanced tools
Comparing version 6.1.6 to 6.2.0
@@ -1,2 +0,2 @@ | ||
import { AnyFunction } from '@augment-vir/common'; | ||
import { AnyFunction } from './function'; | ||
declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function"; | ||
@@ -3,0 +3,0 @@ export type TypeOf = ReturnType<typeof getTypeOf>; |
@@ -1,2 +0,2 @@ | ||
import { AnyFunction } from '@augment-vir/common'; | ||
import { AnyFunction } from './function'; | ||
declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function"; | ||
@@ -3,0 +3,0 @@ export type TypeOf = ReturnType<typeof getTypeOf>; |
@@ -1,2 +0,2 @@ | ||
import { AnyFunction } from '@augment-vir/common'; | ||
import { AnyFunction } from './function'; | ||
declare function getTypeOf(x: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function"; | ||
@@ -3,0 +3,0 @@ export type TypeOf = ReturnType<typeof getTypeOf>; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "6.1.6", | ||
"version": "6.2.0", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common", | ||
@@ -5,0 +5,0 @@ "bugs": { |
141388