UNPKG

ng1-shift

Version:

Angular 1.5+ decorators for writing Angular2 like.

5 lines (4 loc) 200 B
type RestrictString = "A" | "E" | "C"; export declare function removeBracketsAndDot(str: string): string; export declare function getRestrictFromSelector(selector: string): RestrictString; export {};