ship-gis/node_modules/generator-function/index.d.ts
2026-01-22 09:14:01 +09:00

3 lines
110 B
TypeScript

declare function getGeneratorFunction(): GeneratorFunctionConstructor | false;
export = getGeneratorFunction;