UNPKG
json-processing
Version:
beta (1.2.5-beta2)
latest (2.0.3)
2.0.3
1.2.7
1.2.6
1.2.5
1.2.5-beta2
1.2.5-beta1
1.2.4
1.2.3
1.2.2
1.2.1-beta4
1.2.1-beta3
1.2.1-beta2
1.2.1-beta1
1.2.0
1.2.0-beta1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta5
1.0.0-beta4
1.0.0-beta3
1.0.0-beta2
1.0.0-beta1
1.0.0-alpha8
1.0.0-alpha7
1.0.0-alpha6
1.0.0-alpha5
1.0.0-alpha4
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1
0.0.2
0.0.1
JSON Processing Tool
github.com/tsouza/jp
tsouza/jp
json-processing
/
dist
/
lib
/
extensions
/
rxjs
/
normalize.d.ts
4 lines
(3 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
import
{
MonoTypeOperatorFunction
}
from
"rxjs"
;
declare
const
_default
:
() =>
MonoTypeOperatorFunction
<
any
>;
export
default
_default;