import { ObjectKeys } from "./object-keys"; import { stringPrettify } from "./string-prettify"; export const PIPES = [ ObjectKeys, stringPrettify ];