UNPKG
@netvlies/utility-collection
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Collection of frequently used utilities by Netvlies
@netvlies/utility-collection
/
dist
/
types
/
shims.d.ts
7 lines
(6 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{};
declare
global
{
interface
Window
{
dataLayer
:
Record
<
string
,
any
>[]; } }