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

0.0.9 • Public • Published

Installation

npm install --save @types/generic-functions

Summary

This package contains type definitions for generic-functions (https://github.com/stpettersens/genericFunctions-for-node#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/generic-functions.

index.d.ts

declare module "generic-functions" {
    function strcmp(str1: string, str2: string): boolean;
    function icstrcmp(str1: string, str2: string): boolean;
    function strendswith(str: string, suffix: string): boolean;
    function icstrendswith(str: string, suffix: string): boolean;
    function endswithdot(str: string): string;
    function println(message: string): void;
    function printlns(message: string[]): void;
    function objGetKeyByValue(object: Object, value: any): string;
}

Additional Details

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

Credits

These definitions were written by Sam Saint-Pettersen.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/generic-functions

      Weekly Downloads

      65

      Version

      0.0.9

      License

      MIT

      Unpacked Size

      3.64 kB

      Total Files

      5

      Last publish

      Collaborators

      • types