Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
@types
/
defaults
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.d.ts
// Type definitions for defaults 1.0.3 // Project: https://github.com/tmpvar/defaults/ // Definitions by: Ibtihel CHNAB <https://github.com/IbtihelCHNAB> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "defaults" { function defaults(options: any, defaultOptions: any): any; export = defaults; }
Save
Cancel