Coder Social home page Coder Social logo

njfamirm / nanolib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alwatr/nanolib

0.0 0.0 0.0 798 KB

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule without any dependencies.

License: MIT License

JavaScript 20.96% TypeScript 79.04%

nanolib's Introduction

ECMAScript Nano Libs

This repository contains numerous small utility packages. These packages serve various useful purposes and are written in nano ESModule without any dependencies.

Here is a brief overview of the included libraries:

  1. tsconfig-base: This is a foundational TypeScript configuration used for Alwatr projects.
  2. flat-string: The flat-string function flattens the underlying C structures of a concatenated JavaScript string.
  3. global-scope: This TypeScript module provides a cross-platform alternative to globalThis named globalScope. This object works across different environments, including browsers (window), Node.js (global), and Web Workers (self).
  4. platform-info: This module offers a method to identify the current platform where the script is being executed. It defines a platformInfo constant that contains details about the current platform.
  5. prettier-config: These are Alwatr's shared configurations for Prettier.
  6. eslint-config: This is Alwatr's ECMAScript Style Guide presented as shareable ESLint configurations.
  7. deep-clone: This function allows you to clone deeply nested objects and arrays in JavaScript.
  8. nano-build: This is a tool for building/bundling ECMAScript, TypeScript, and JavaScript libraries. It's user-friendly, requires no setup, follows best practices, has no dependencies, and uses esbuild for improved performance.
  9. type-helper: Collection of useful typescript type helpers.
  10. wait: Comprehensive toolkit for managing asynchronous operations.
  11. exit-hook: A utility for registering exit handlers in Node.js.
  12. flatomise: A utility for creating promises that can be externally resolved or rejected.
  13. async-queue: A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.
  14. node-fs: Enhanced file system operations in Node.js, including reading, writing, and handling JSON files, with both synchronous and asynchronous options.
  15. is-number: A simple utility to check if a value is a number.
  16. parse-duration: A simple utility to parse a duration string into milliseconds number.
  17. local-storage: localJsonStorage is a utility object in our TypeScript package that provides methods for interacting with the local storage in a structured and versioned manner.
  18. polyfill-has-own: A polyfill for Object.hasOwn.
  19. fetch: Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.

For more detailed information and guidelines on how to use each package, please refer to each package's README.

nanolib's People

Contributors

alimd avatar njfamirm avatar dependabot[bot] avatar adltalab avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.