@hazae41/option
Advanced tools
Comparing version 1.0.19 to 1.0.20
type Promiseable<T> = T | Promise<T>; | ||
export type { Promiseable }; | ||
export { Promiseable }; |
@@ -233,2 +233,2 @@ import { Err } from '@hazae41/result'; | ||
export { None, NoneError, type NoneInit }; | ||
export { None, NoneError, NoneInit }; |
@@ -23,2 +23,2 @@ import { Promiseable } from '../../libs/promises/promises.js'; | ||
export type { NonOptional, Nullable, Option, OptionInit, Optional }; | ||
export { NonOptional, Nullable, Option, OptionInit, Optional }; |
@@ -233,2 +233,2 @@ import { Ok } from '@hazae41/result'; | ||
export { Some, type SomeInit }; | ||
export { Some, SomeInit }; |
{ | ||
"type": "module", | ||
"name": "@hazae41/option", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "Rust-like Option for TypeScript", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/hazae41/option", | ||
"rollup": "^3.28.1", | ||
"rollup-plugin-dts": "^6.0.0", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"rollup-plugin-node-externals": "^6.1.1", | ||
@@ -36,0 +36,0 @@ "typescript": "^5.2.2" |
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
126031