UNPKG

@devlander/utils

Version:

Comprehensive JavaScript and TypeScript utilities for seamless development. Includes object manipulation, data validation, and more.

6 lines (5 loc) 140 B
type ObjectWithMethods = { [key: string]: Function; }; export declare const freezeMethods: (obj: ObjectWithMethods) => void; export {};