- Node.js v20 or higher
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm i @nodesecure/flags
# or
$ yarn add @nodesecure/flags
import { getFlags, getManifest, eagerFetchFlagFile } from "@nodesecure/flags";
// Return a Set of flags title
const flags = getFlags();
// Return the manifest file
const manifest = getManifest();
const HTML = await eagerFetchFlagFile("hasBannedFile.html");
See TypeScript definition file.
Thanks goes to these wonderful people (emoji key):
Gentilhomme π» π π π‘οΈ π |
Vincent Dhennin π» π π π |
Nicolas Hallaert π |
Maksim Balabash π |
Kouadio Fabrice Nguessan π§ |
Maxime |
MIT