Sort
Sorting Arrays as simple as it gets.
Install / Use
/learn @distributed-ledger-technology/SortREADME
CULT Sort Module
Sorting Arrays as simple as it gets.
This deno module is published at: https://deno.land/x/sort.
Simple Usage Example
import { SortService, Direction } from "https://deno.land/x/sort/mod.ts"
const testInput = [4, 9, 10, 8, 7]
const actualOutput = SortService.sort(testInput, Direction.DESCENDING)
console.log(actualOutput)
Execute Usage Example
deno run https://deno.land/x/sort/usage-example.ts
Advanced Usage Example
import { SortService, ISortOptions, Direction } from "https://deno.land/x/sort/mod.ts"
const testInput = [
{
exchangeName: "Bitmex",
longRate: 51.36,
},
{
exchangeName: "Binance",
longRate: 51.36,
},
{
exchangeName: "Bybit",
longRate: 55.36,
},
]
const sortOptions: ISortOptions[] = [
{ fieldName: 'longRate', direction: Direction.ASCENDING },
{ fieldName: 'exchangeName', direction: Direction.DESCENDING }
]
const actualOutput = SortService.sort(testInput, sortOptions)
console.log(actualOutput)
Execute Advanced Usage Example
deno run https://deno.land/x/sort/usage-example-advanced.ts
You might check the unit tests to see more usage examples.
Donations
Thanks to Freedom Cash, we are already free.
If you want to donate, you might consider donating to the otherparty.co.uk to ensure people do not need to donate to victims but rather donate successfully to problem solvers.
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
