global AsyncLocalStorage
npm install gals[![NPM version][npm-image]][npm-url]

[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/gals.svg?style=flat-square
[npm-url]: https://npmjs.org/package/gals
[codecov-image]: https://codecov.io/github/node-modules/gals/coverage.svg?branch=master
[codecov-url]: https://codecov.io/github/node-modules/gals?branch=master
[download-image]: https://img.shields.io/npm/dm/gals.svg?style=flat-square
[download-url]: https://npmjs.org/package/gals
global AsyncLocalStorage
``bash`
npm install gals
`ts
import { getAsyncLocalStorage } from 'gals';
const asyncLocalStorage = getAsyncLocalStorage();
const store = asyncLocalStorage.getStore();
`
|
fengmk2
|
| :---: |
This project follows the git-contributor spec, auto updated at Wed Dec 20 2023 00:17:19 GMT+0800`.