UNPKG

async-states

Version:

Core of async-states

8 lines (5 loc) 279 B
import { LibraryContext } from '../types.js'; declare function createContext(arg: any): LibraryContext; declare function requestContext(arg: any): LibraryContext; declare function terminateContext(arg: any): boolean; export { createContext, requestContext, terminateContext };