UNPKG

@ka1do/kit

Version:
7 lines (6 loc) 200 B
import type { BaseConfig, Row } from './types/internal'; declare const _default: (rows: Row[], config: BaseConfig) => Row[]; /** * @todo Make it work with ASCII content. */ export default _default;