uawdijnntqw1x1x1
IP : 216.73.216.145
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
learnoid.codeskitter.site
/
node_modules
/
unplugin-utils
/
dist
/
index.d.ts
/
/
/** * A valid `picomatch` glob pattern, or array of patterns. */ type FilterPattern = ReadonlyArray<string | RegExp> | string | RegExp | null; /** * Constructs a filter function which can be used to determine whether or not * certain modules should be operated upon. * @param include If `include` is omitted or has zero length, filter will return `true` by default. * @param exclude ID must not match any of the `exclude` patterns. * @param options Additional options. * @param options.resolve Optionally resolves the patterns against a directory other than `process.cwd()`. * If a `string` is specified, then the value will be used as the base directory. * Relative paths will be resolved against `process.cwd()` first. * If `false`, then the patterns will not be resolved against any directory. * This can be useful if you want to create a filter for virtual module names. */ declare function createFilter(include?: FilterPattern, exclude?: FilterPattern, options?: { resolve?: string | false | null }): (id: string | unknown) => boolean; /** * Converts path separators to forward slash. */ declare function normalizePath(filename: string): string; declare function toArray<T>(thing: readonly T[] | T | undefined | null): readonly T[]; export { type FilterPattern, createFilter, normalizePath, toArray };
/home/users/unlimited/www/learnoid.codeskitter.site/node_modules/unplugin-utils/dist/index.d.ts