UNPKG

@objectiv/tracker-angular

Version:

Objectiv Angular framework analytics tracker for the open analytics taxonomy

8 lines (7 loc) 281 B
import { PipeTransform } from '@angular/core'; /** * A PipeTransform to convert the given string in an id-like string using Core Tracker makeId */ export declare class MakeId implements PipeTransform { transform(input: string | number, normalize?: boolean): string | null; }