mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 10:36:10 +02:00
♻️ Internal directory refactor.
Make common as first-class module.
This commit is contained in:
parent
6a2e45988f
commit
548664f6ce
86 changed files with 801 additions and 908 deletions
|
@ -39,7 +39,7 @@
|
|||
this)))
|
||||
|
||||
(defn tdigest-summary
|
||||
[td]
|
||||
[^js td]
|
||||
(str "samples=" (unchecked-get td "n") "\n"
|
||||
"Q50=" (.percentile td 0.50) "\n"
|
||||
"Q75=" (.percentile td 0.75) "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue