🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

typescript-optional

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-optional - npm Package Compare versions

Comparing version

to
2.0.2-alpha.7

2

dist/cjs/index.d.ts
export { Optional } from "./optional.js";
export { Cases, Empty, Option, Present } from "./types";
export { Cases, Empty, Option, Present } from "./types.js";

@@ -1,2 +0,2 @@

import { Cases, Option } from "./types";
import { Cases, Option } from "./types.js";
export declare abstract class Optional<T> {

@@ -3,0 +3,0 @@ abstract isPresent(): boolean;

export { Optional } from "./optional.js";
export { Cases, Empty, Option, Present } from "./types";
export { Cases, Empty, Option, Present } from "./types.js";

@@ -1,2 +0,2 @@

import { Cases, Option } from "./types";
import { Cases, Option } from "./types.js";
export declare abstract class Optional<T> {

@@ -3,0 +3,0 @@ abstract isPresent(): boolean;

{
"name": "typescript-optional",
"version": "2.0.2-alpha.6",
"version": "2.0.2-alpha.7",
"description": "Optional (like Java) implementation in TypeScript",

@@ -5,0 +5,0 @@ "keywords": [