Skip to content

Instantly share code, notes, and snippets.

View NeaByteLab's full-sized avatar
🤷‍♂️
Still figuring it out!

NeaByteLab NeaByteLab

🤷‍♂️
Still figuring it out!
View GitHub Profile
@NeaByteLab
NeaByteLab / example.ts
Created October 22, 2025 03:10
Deno Glob Module - A simple glob pattern matcher for finding files and folders in Deno.
/**
* Complete Examples for Deno Glob Module
*
* This file demonstrates all the features and usage patterns of the deno-glob module.
* Run with: deno run --allow-read example.ts
*/
import { glob } from './index.ts'
// Example 1: Basic Usage - Find all TypeScript files
Model Name Knowledge Cutoff
minimax-m2:cloud June 2025
kimi-k2:1t-cloud Apr 2025
qwen3-coder:480b-cloud Oct 2024
qwen3-vl:235b-instruct-cloud Oct 2024
qwen3-vl:235b-cloud Oct 2024
deepseek-v3.1:671b-cloud June 2024
gpt-oss:120b-cloud June 2024
gpt-oss:20b-cloud June 2024