8 lines
154 B
TypeScript
Raw Normal View History

2018-09-12 11:53:28 +09:00
import { ObjectKeys } from "./object-keys";
import { stringPrettify } from "./string-prettify";
2018-08-14 21:26:23 +09:00
export const PIPES = [
2018-09-12 11:53:28 +09:00
ObjectKeys,
stringPrettify
2018-08-14 21:26:23 +09:00
];