UNPKG
ga-lite
Version:
latest (2.1.6)
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
2.0.1
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
Small, cacheable subset of Google Analytics JS client
ga-lite
/
src
/
ga-lite-commands.js
10 lines
(7 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
create
from
'./commands/create'
import
getByName
from
'./commands/get-by-name'
const
galiteCommands = { create, getByName }
export
default
galiteCommands