@ebflat9/fp
Advanced tools
Comparing version 1.2.57 to 1.2.58
@@ -1,2 +0,1 @@ | ||
import { EventEmitter as } from "events"; | ||
/** | ||
@@ -1108,4 +1107,2 @@ * IsNumber, checks if x is a Number | ||
export function Lazy<X>(target: Iterable<X>): ICollection; | ||
export { EventEmitter }; | ||
export const reactivize: (obj: any) => any; | ||
declare const handlersKey: unique symbol; | ||
@@ -1112,0 +1109,0 @@ declare const dispatchKey: unique symbol; |
{ | ||
"name": "@ebflat9/fp", | ||
"version": "1.2.57", | ||
"version": "1.2.58", | ||
"description": "my fp utils", | ||
@@ -57,3 +57,3 @@ "source": "src/index.ts", | ||
"test:build": "parcel build src/index.ts && mocha --parallel", | ||
"build": "parcel build src/index.ts", | ||
"build": "rm -rf dist && parcel build src/index.ts", | ||
"check": "tsc --noEmit", | ||
@@ -60,0 +60,0 @@ "check:format": "prettier -c src/**", |
@@ -214,3 +214,3 @@ import * as rx from './observable/Observable' | ||
export { Observable } from './observable/Observable' | ||
export { EventEmitter, reactivize } from './observable/reactivize' | ||
// export { EventEmitter, reactivize } from './observable/reactivize' | ||
export { rx } | ||
@@ -217,0 +217,0 @@ |
/* eslint func-names: 0 */ | ||
import { EventEmitter, Observable } from '../dist/index.js' | ||
import { Observable } from '../dist/index.js' | ||
import { describe, it } from 'mocha' | ||
@@ -58,3 +58,3 @@ import { strict as assert } from 'assert' | ||
*/ | ||
describe('from EventEmitter', function () { | ||
/* describe('from EventEmitter', function () { | ||
it('should create an Observable from an EventEmitter', function (done) { | ||
@@ -82,3 +82,3 @@ const emitter = new EventEmitter() | ||
}) | ||
*/ | ||
describe('throttle', function () { | ||
@@ -85,0 +85,0 @@ it('should throttle a stream', function (done) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
911190
13096