☕
Pinned Loading
-
A little glue to support named expor...
A little glue to support named exports with React.lazy 1// Returns all named exports as though they were dynamic default exports
2// https://reactjs.org/docs/code-splitting.html#named-exports
34import { lazy } from 'react';
5 -
A request router for browser and edg...
A request router for browser and edge environments 1# Request Response Router
23## API
45### Router
-
Simple caching in workers and the br...
Simple caching in workers and the browser 1/**
2* @module
3* Window and worker friendly fetch caching
4*/
5 -
Teeny-Weeny Iterable Finite State Ma...
Teeny-Weeny Iterable Finite State Machine 1/**
2* @template StateKey - Any value used to index a Map of Q
3* @template Transition - Any value used to index a Map of Transitions and an undefined value is an epsilon acceptor. Non-epsilon transitions are attempted first
4* @param {Map<StateKey & any, Map<Transition | undefined, ((transition?: any & StateKey) => StateKey)>>} Q - Where q0 is first q in Q, and final states are q in Q with empty transitions
5* @returns {Iterable<StateKey>} - Iterable machine where `machine.next(transition)` steps machine and returns next q.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.