UNPKG
@kodbruket/vsf-mapping-fallback
Version:
latest (0.0.11)
0.0.11
0.0.3
Mapping Fallback loader for Vue Storefront
kodbruket.se
kodbruket/vsf-utils
@kodbruket/vsf-mapping-fallback
/
builtin
/
tap.ts
7 lines
(5 loc)
•
169 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
Payload
}
from
'../types/Payload'
export
const
tap
=
async
(
{}, payload: Payload
) => {
console
.
log
(
'mappingFallback payload:'
, payload)
return
undefined
}