@types/generic-functions
v0.1.0
Published
TypeScript definitions for generic-functions
Readme
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
export function strcmp(str1: string, str2: string): boolean;
export function icstrcmp(str1: string, str2: string): boolean;
export function strendswith(str: string, suffix: string): boolean;
export function icstrendswith(str: string, suffix: string): boolean;
export function endswithdot(str: string): string;
export function println(message: string): void;
export function printlns(message: string[]): void;
export function objGetKeyByValue(object: any, value: any): string;
Additional Details
- Last updated: Sat, 11 Apr 2026 13:47:31 GMT
- Dependencies: none
Credits
These definitions were written by Sam Saint-Pettersen.
