UNPKG
@panoptic-it-solutions/n8n-nodes-datto-rmm
Version:
alpha (0.4.0-alpha.8)
latest (0.10.0)
0.10.0
0.9.0
0.8.0
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.4.0-alpha.8
0.4.0-alpha.7
0.4.0-alpha.6
0.4.0-alpha.5
0.4.0-alpha.4
0.4.0-alpha.3
0.4.0-alpha.2
0.4.0-alpha.1
0.3.0
0.2.1
n8n node for Datto RMM integration
@panoptic-it-solutions/n8n-nodes-datto-rmm
/
dist
/
jest.setup.d.ts
10 lines
(9 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
'jest'
;
declare
global
{
namespace
jest
{
interface
Matchers
<R> {
toBeFunction
(): R;
toBeArray
(): R; } } }