/** * @dynamic need this because there are static members * * String pipe constants */ export declare class StringPipeConstants { static readonly PIPE_CAMEL_CASE = "camelcase"; static readonly PIPE_KEBAB_CASE = "kebabcase"; static readonly PIPE_PASCAL_CASE = "pascalcase"; static readonly PIPE_SNAKE_CASE = "snakecase"; } //# sourceMappingURL=string-pipe.constants.d.ts.map