UNPKG

async-local-storage

Version:

Get the value like thread-local storage in threaded programming

21 lines (20 loc) 305 B
extends: - airbnb-base - prettier parserOptions: ecmaVersion: 2017 sourceType: module rules: no-console: 0 import/no-unresolved: 0 import/extensions: - .mjs - .js - .json globals: test: true expect: true describe: true afterAll: true beforeAll: true beforeEach: true