UNPKG
@furystack/rest-service
Version:
latest (10.0.26)
10.0.26
10.0.25
10.0.24
10.0.23
10.0.22
10.0.21
10.0.20
10.0.19
10.0.18
10.0.17
10.0.16
10.0.15
10.0.14
10.0.13
10.0.12
10.0.11
10.0.10
10.0.9
10.0.8
10.0.7
10.0.6
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.0.0
7.0.20
7.0.19
7.0.18
7.0.17
7.0.16
7.0.15
7.0.14
7.0.13
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.2.23
6.2.22
6.2.21
6.2.20
6.2.19
6.2.18
6.2.17
6.2.16
6.2.15
6.2.14
6.2.13
6.2.12
6.2.11
6.2.10
6.2.9
6.2.8
6.2.7
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.4
5.0.3
5.0.1
5.0.0
4.1.12
4.1.10
4.1.9
4.1.8
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.21
4.0.20
4.0.19
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.2.1
1.2.0
1.1.12
1.1.11
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
Repository implementation for FuryStack
github.com/furystack/furystack
furystack/furystack
@furystack/rest-service
/
esm
/
endpoint-generators
/
utils.d.ts
9 lines
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
Injector
}
from
'@furystack/inject'
;
import
'@furystack/repository'
;
import
'../helpers.js'
;
export
declare
class
MockClass
{
id
:
string
;
value
:
string
; }
export
declare
const
setupContext
:
(
i
:
Injector
) =>
void
;
//# sourceMappingURL=utils.d.ts.map