Skip to content
View nyteshade's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report nyteshade

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ne-schemata ne-schemata Public

    A utility that makes working with GraphQL Schema Definition Language far easier

    JavaScript 7 2

  2. Select Graphic Rendition (SGR) Select Graphic Rendition (SGR)
    1
    /**
    2
     * Applies Select Graphic Rendition (SGR) parameters to a given message for
    3
     * styling in terminal environments. This function allows for the dynamic
    4
     * styling of text output using ANSI escape codes. It supports a variety of
    5
     * modes such as color, brightness, and text decorations like bold or underline.
  3. ne-basic-extensions ne-basic-extensions Public

    JavaScript

  4. ne-extension ne-extension Public

    JavaScript

  5. ne-foundation ne-foundation Public

    A replacement for @nejs/core and culmination of @nejs/extension and @nejs/basic-extensions

    JavaScript

  6. HTML.js HTML.js
    1
    (function() {
    2
      const HTML = new Proxy(
    3
        class HTML {
    4
          static create(
    5
            name,