UNPKG

@beenotung/tslib

Version:
4 lines (3 loc) 98 B
export declare function createAlphaSmoother(alpha: number): { next: (c: number) => number; };