Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Darochin
/
openskynet
like
0
English
Spanish
agent
autonomy
research
typescript
nodejs
llm
License:
mit
Model card
Files
Files and versions
xet
Community
main
openskynet
/
src
/
test-utils
/
typed-cases.ts
Darochin
Mirror OpenSkyNet workspace snapshot from Git HEAD
fc93158
verified
11 days ago
raw
Copy download link
history
blame
contribute
delete
67 Bytes
export
function
typedCases<T>(
cases
: T[]): T[] {
return
cases;
}