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

4.0.2 • Public • Published

Installation

npm install --save @types/looper

Summary

This package contains type definitions for looper (https://github.com/dominictarr/looper).

Details

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

index.d.ts

/**
 * Loop with callbacks but don't RangeError.
 */

type Fn = () => any;
declare function looper(fn: Fn): Fn;

export = looper;

Additional Details

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

Credits

These definitions were written by Rong Shen.

/@types/looper/

    Package Sidebar

    Install

    npm i @types/looper

    Weekly Downloads

    22

    Version

    4.0.2

    License

    MIT

    Unpacked Size

    2.77 kB

    Total Files

    5

    Last publish

    Collaborators

    • types