degenerator
- Version 5.0.1
- Published
- 27.1 kB
- 3 dependencies
- MIT license
Install
npm i degenerator
yarn add degenerator
pnpm add degenerator
Overview
Compiles sync functions into async generator functions
Index
Functions
Interfaces
Type Aliases
Functions
function compile
compile: <R = unknown, A extends unknown[] = []>( qjs: QuickJSWASMModule, code: string, returnName: string, options?: CompileOptions) => (...args: A) => Promise<R>;
function degenerator
degenerator: (code: string, _names: DegeneratorNames) => string;
Compiles sync JavaScript code into JavaScript with async Functions.
Parameter code
JavaScript string to convert
Parameter names
Array of function names to add
await
operators to {String} Converted JavaScript string with async/await injected public
Interfaces
interface CompileOptions
interface CompileOptions {}
Type Aliases
type DegeneratorName
type DegeneratorName = string | RegExp;
type DegeneratorNames
type DegeneratorNames = DegeneratorName[];
Package Files (3)
Dependencies (3)
Dev Dependencies (9)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/degenerator
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/degenerator)
- HTML<a href="https://www.jsdocs.io/package/degenerator"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2294 ms. - Missing or incorrect documentation? Open an issue for this package.