Skip to content

Instantly share code, notes, and snippets.

@staltz
staltz / check-operators.js
Last active May 6, 2024 03:12
A node.js script to check how often are RxJS operators used
var operators = [
'\\.case',
'\\.create',
'\\.defer',
'\\.empty',
'\\.forkJoin',
'\\.from',
'\\.fromCallback',
'\\.fromEvent',
'\\.fromEventPattern',