UNPKG
@tabular-json/tabular-json
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Tabular-JSON: a superset of JSON with CSV-like tables
tabular-json.org
tabular-json/tabular-json
@tabular-json/tabular-json
/
lib
/
fields.d.ts
3 lines
•
143 B
TypeScript
View Raw
1
2
3
import
type
{
Path
}
from
'./types.js'
;
export
declare
function
collectNestedPaths<T>(
array
: T[]):
Path
[];
//# sourceMappingURL=fields.d.ts.map