Comparing version 0.2.0 to 0.3.0
@@ -5,1 +5,2 @@ export { isNotNull } from './isNotNull'; | ||
export { isNotEmptyArray } from './isNotEmptyArray'; | ||
export type { NonEmptyArray } from './isNotEmptyArray'; |
@@ -1,3 +0,2 @@ | ||
declare type NonEmptyArray<T> = [T, ...T[]]; | ||
export declare type NonEmptyArray<T> = [T, ...T[]]; | ||
export declare function isNotEmptyArray<T>(value: T[]): value is NonEmptyArray<T>; | ||
export {}; |
# aint | ||
## 0.3.0 | ||
### Minor Changes | ||
- 81d8df5: Export NonEmptyArray generic type | ||
## 0.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "aint", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "A collection of common runtime predicates that TypeScript actually understands.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ # aint | ||
[![Build Status](https://github.com/causaly/aint/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/causaly/aint/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/@causaly%2Faint.svg)](https://www.npmjs.com/package/aint) | ||
[![Build Status](https://github.com/causaly/aint/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/causaly/aint/actions/workflows/ci.yml) [![npm version](https://badge.fury.io/js/aint.svg)](https://www.npmjs.com/package/aint) | ||
@@ -8,0 +8,0 @@ #### Features |
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
9607