Another types library
Because I like reinventing the wheel :)
Use your favourite package manager, idk
npm install @ntf/typesyarn add @ntf/typespnpm install @ntf/typesThis library can be used in CommonJS and ESModule environments
const { ... } = require("@ntf/types");import { ... } from "@ntf/types";Just like any Open Source Project this has a License, the MIT License