UNPKG

ga-lite

Version:

Small, cacheable subset of Google Analytics JS client

10 lines (7 loc) 167 B
import create from './commands/create' import getByName from './commands/get-by-name' const galiteCommands = { create, getByName } export default galiteCommands