@infernus/fs
TypeScript icon, indicating that this package has built-in type declarations

0.11.6 • Public • Published

@infernus/fs

npm npm npm bundle size

A collection of all built-in filterscripts, implemented with @infernus/core.

Getting started

pnpm add @infernus/core @infernus/fs

Example

import { GameMode } from "@infernus/core";
import { A51Base, AdminSpec, AntiFlood, Base, MaxIps } from "@infernus/fs";

GameMode.use(A51Base, { debug: true });
GameMode.use(Base)
  .use(AdminSpec)
  .use(AntiFlood)
  .use(MaxIps, { maxConnections: 1 });

Readme

Keywords

Package Sidebar

Install

npm i @infernus/fs

Weekly Downloads

3

Version

0.11.6

License

MIT

Unpacked Size

318 kB

Total Files

6

Last publish

Collaborators

  • dockfries