File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ import Default from "@astrojs/starlight/components/SocialIcons.astro"
1010
1111<Default {... Astro .props }><slot /></Default >
1212
13- <div class =" validator" ><a href =" https://validator.datapackage.org/" ><strong >Validator</strong ></a ></div >
13+ <div class =" validator" >
14+ <a href =" https://validator.datapackage.org/" ><strong >Validator</strong ></a >
15+ </div >
1416
1517<!-- Add styles to mimic the default links appearance. -->
1618<style >
Original file line number Diff line number Diff line change @@ -54,6 +54,16 @@ Data Package is backed by a comprehensive list of software products supporting t
5454 />
5555</CardGrid >
5656
57+ ## TypeScript
58+
59+ <CardGrid >
60+ <LinkCard
61+ title = " frictionless-ts"
62+ description = " Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames"
63+ href = " https://frictionlessdata.github.io/frictionless-ts"
64+ />
65+ </CardGrid >
66+
5767## JavaScript
5868
5969<CardGrid >
You can’t perform that action at this time.
0 commit comments