UNPKG

coersystem

Version:

Library for Angular projects

12 lines (11 loc) 277 B
export declare class Filters { private static readonly storage; /** */ static Add<T>(filters: T, path: string): void; /** */ static Get<T>(path: string): T | null; /** */ static Remove(path: string): void; /** */ static RemoveAll(): void; }