Détail du package

gals

node-modules78.8kMIT1.0.2

global AsyncLocalStorage

readme

gals

NPM version Node.js CI Test coverage npm download

global AsyncLocalStorage

Install

npm install gals

Usage

import { getAsyncLocalStorage } from 'gals';

const asyncLocalStorage = getAsyncLocalStorage();
const store = asyncLocalStorage.getStore();

License

MIT

Contributors


fengmk2

This project follows the git-contributor spec, auto updated at Wed Dec 20 2023 00:17:19 GMT+0800.

changelog

Changelog

1.0.2 (2023-12-31)

Bug Fixes

1.0.1 (2023-12-19)

Bug Fixes

  • should return AsyncLocalStorage type (f9dae20)

1.0.0 (2023-12-19)

Features