Server IP : 185.86.78.101 / Your IP : 216.73.216.213 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/wwwroot/mifepriston.org/node_modules/@sindresorhus/is/dist/source/ |
Upload File : |
/// <reference types="node" /> declare function is(value: any): string; declare namespace is { const undefined: (value: any) => boolean; const string: (value: any) => boolean; const number: (value: any) => boolean; const function_: (value: any) => boolean; const null_: (value: any) => boolean; const class_: (value: any) => any; const boolean: (value: any) => boolean; const symbol: (value: any) => boolean; const array: (arg: any) => arg is any[]; const buffer: (obj: any) => obj is Buffer; const nullOrUndefined: (value: any) => boolean; const object: (value: any) => boolean; const iterable: (value: any) => boolean; const generator: (value: any) => boolean; const nativePromise: (value: any) => boolean; const promise: (value: any) => boolean; const generatorFunction: (value: any) => boolean; const asyncFunction: (value: any) => boolean; const regExp: (value: any) => boolean; const date: (value: any) => boolean; const error: (value: any) => boolean; const map: (value: any) => boolean; const set: (value: any) => boolean; const weakMap: (value: any) => boolean; const weakSet: (value: any) => boolean; const int8Array: (value: any) => boolean; const uint8Array: (value: any) => boolean; const uint8ClampedArray: (value: any) => boolean; const int16Array: (value: any) => boolean; const uint16Array: (value: any) => boolean; const int32Array: (value: any) => boolean; const uint32Array: (value: any) => boolean; const float32Array: (value: any) => boolean; const float64Array: (value: any) => boolean; const arrayBuffer: (value: any) => boolean; const sharedArrayBuffer: (value: any) => boolean; const truthy: (value: any) => boolean; const falsy: (value: any) => boolean; const nan: (value: any) => boolean; const primitive: (value: any) => boolean; const integer: (value: any) => boolean; const safeInteger: (value: any) => boolean; const plainObject: (value: any) => boolean; const typedArray: (value: any) => boolean; const arrayLike: (value: any) => boolean; const inRange: (value: number, range: number | number[]) => boolean; const domElement: (value: any) => boolean; const infinite: (value: any) => boolean; const even: (rem: number) => boolean; const odd: (rem: number) => boolean; const empty: (value: any) => boolean; const emptyOrWhitespace: (value: any) => boolean; function any(...predicate: any[]): any; function all(...predicate: any[]): any; } export default is;