Comparing version 0.1.9 to 0.1.10
@@ -97,2 +97,10 @@ import {IsEqual} from './comparison'; | ||
// Function | ||
export type ParamsType<T extends (...args: any[]) => any> = T extends ( | ||
...args: infer TParams | ||
) => any | ||
? TParams | ||
: never; | ||
// Miscellaneous | ||
@@ -99,0 +107,0 @@ |
@@ -1,2 +0,2 @@ | ||
export type Primitive = undefined | null | boolean | string | number; | ||
export type Primitive = undefined | null | boolean | string | number | symbol; | ||
@@ -3,0 +3,0 @@ export interface Dict<T> { |
{ | ||
"name": "tslang", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "TypeScript Language Type Utilities.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4506
118