uawdijnntqw1x1x1
IP : 216.73.216.227
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
/
rc9
/
..
/
unplugin-utils
/
README.md
/
/
# unplugin-utils [](https://npmjs.com/package/unplugin-utils) [](https://github.com/sxzz/unplugin-utils/actions/workflows/unit-test.yml) A set of utility functions commonly used by unplugins. Thanks to [@rollup/pluginutils](https://github.com/rollup/plugins/tree/master/packages/pluginutils). This projects is heavily copied from it. ## Why Fork? - 🌍 Platform agnostic, supports running in the browser, Node.js... - ✂️ Subset, smaller bundle size. ## Install ```bash npm i unplugin-utils ``` ## Usage ### createFilter ```ts export default function myPlugin(options = {}) { const filter = createFilter(options.include, options.exclude) return { transform(code, id) { if (!filter(id)) return // proceed with the transformation... }, } } ``` ### normalizePath ```ts import { normalizePath } from 'unplugin-utils' normalizePath(String.raw`foo\bar`) // 'foo/bar' normalizePath('foo/bar') // 'foo/bar' ``` ## Sponsors <p align="center"> <a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg"> <img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/> </a> </p> ## License [MIT](./LICENSE) License © 2025 [三咲智子 Kevin Deng](https://github.com/sxzz) [MIT](./LICENSE) Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
/home/users/unlimited/www/learnoid.codeskitter.site/node_modules/rc9/../unplugin-utils/README.md