@e-mc/types
Advanced tools
Comparing version 0.5.14 to 0.5.15
export const enum INTERNAL { | ||
VERSION = '0.5.14', | ||
VERSION = '0.5.15', | ||
TEMP_DIR = 'tmp', | ||
@@ -4,0 +4,0 @@ CJS = '__cjs__' |
@@ -254,3 +254,3 @@ /// <reference path="./lib/type.d.ts" /> | ||
function isEmpty(value: unknown): boolean; | ||
function asFunction<U = unknown, V = unknown>(value: unknown, sync?: boolean): Null<FunctionType<Promise<U> | U, V>>; | ||
function asFunction<U = unknown, V = unknown>(value: unknown, sync?: boolean): Null<FunctionType<U, V>>; | ||
function parseTime(value: NumString, start?: number): number; | ||
@@ -257,0 +257,0 @@ function parseExpires(value: NumString, start?: number): number; |
{ | ||
"name": "@e-mc/types", | ||
"version": "0.5.14", | ||
"version": "0.5.15", | ||
"description": "Type definitions for E-mc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176457