UNPKG

@cambridge-pte/gigya

Version:

Fork of Scott Hvestadt's Gigya SDK for NodeJS.

7 lines (6 loc) 111 B
export interface Counter { class: string; path?: string; period: string; } export default Counter;