UNPKG

114 BTypeScriptView Raw
1declare const _default: <T>(data: T[], condition: string | ((v: T) => string)) => T[][];
2export default _default;