app/@overflow/commons/ui/pipe/index.ts
2018-09-12 11:53:28 +09:00

8 lines
154 B
TypeScript

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