0.1.2 • Published 2 years ago
@types/get-params v0.1.2
Installation
npm install --save @types/get-params
Summary
This package contains type definitions for get-params (https://github.com/fahad19/get-params).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/get-params.
index.d.ts
// Type definitions for get-params 0.1
// Project: https://github.com/fahad19/get-params
// Definitions by: Nathan Bierema <https://github.com/Methuselah96>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function GetParams(func: (...args: any[]) => unknown): string[];
export = GetParams;
export as namespace GetParams;
Additional Details
- Last updated: Wed, 21 Jul 2021 21:01:17 GMT
- Dependencies: none
- Global values:
GetParams
Credits
These definitions were written by Nathan Bierema.