@types/levelrunnerrc
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/levelrunnerrc

Summary

This package contains type definitions for levelrunnerrc (https://github.com/Soldy/levelrunnerrc).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/levelrunnerrc.

index.d.ts

export class LevelRunner {
    constructor(before_in_: () => void, after_in_: () => void, level_in_: number);
    add(fun: () => void, level: number, name: string): void;
    run(): void;
}
export const base: typeof LevelRunner;
export const Base: typeof LevelRunner;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:38 GMT
  • Dependencies: none

Credits

These definitions were written by Soldy.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/levelrunnerrc

      Weekly Downloads

      2

      Version

      1.0.2

      License

      MIT

      Unpacked Size

      3.08 kB

      Total Files

      5

      Last publish

      Collaborators

      • types