Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
sass /
types /
Delete
Unzip
Name
Size
Permission
Date
Action
legacy
[ DIR ]
drwxr-xr-x
2022-04-21 14:33
logger
[ DIR ]
drwxr-xr-x
2022-04-21 14:33
util
[ DIR ]
drwxr-xr-x
2022-04-21 14:33
value
[ DIR ]
drwxr-xr-x
2022-04-21 14:33
compile.d.ts
3.94
KB
-rw-r--r--
2022-04-21 14:29
exception.d.ts
1.09
KB
-rw-r--r--
2022-04-21 14:29
importer.d.ts
12.12
KB
-rw-r--r--
2022-04-21 14:29
index.d.ts
1.98
KB
-rw-r--r--
2022-04-21 14:29
options.d.ts
14.19
KB
-rw-r--r--
2022-04-21 14:30
Save
Rename
// This is a mirror of the JS API definitions in `spec/js-api`, but with comments // written to provide user-facing documentation rather than to specify behavior for // implementations. export { CompileResult, compile, compileAsync, compileString, compileStringAsync, } from './compile'; export {Exception} from './exception'; export {FileImporter, Importer, ImporterResult} from './importer'; export {Logger, SourceSpan, SourceLocation} from './logger'; export { CustomFunction, Options, OutputStyle, StringOptions, StringOptionsWithImporter, StringOptionsWithoutImporter, Syntax, } from './options'; export {PromiseOr} from './util/promise_or'; export { ListSeparator, SassArgumentList, SassBoolean, SassColor, SassFunction, SassList, SassMap, SassNumber, SassString, Value, sassFalse, sassNull, sassTrue, } from './value'; // Legacy APIs export {LegacyException} from './legacy/exception'; export { FALSE, LegacyAsyncFunction, LegacyAsyncFunctionDone, LegacyFunction, LegacySyncFunction, LegacyValue, NULL, TRUE, types, } from './legacy/function'; export { LegacyAsyncImporter, LegacyImporter, LegacyImporterResult, LegacyImporterThis, LegacySyncImporter, } from './legacy/importer'; export { LegacySharedOptions, LegacyFileOptions, LegacyStringOptions, LegacyOptions, } from './legacy/options'; export {LegacyPluginThis} from './legacy/plugin_this'; export {LegacyResult, render, renderSync} from './legacy/render'; /** * Information about the Sass implementation. This always begins with a unique * identifier for the Sass implementation, followed by U+0009 TAB, followed by * its npm package version. Some implementations include additional information * as well, but not in any standardized format. * * * For Dart Sass, the implementation name is `dart-sass`. * * For Node Sass, the implementation name is `node-sass`. * * For the embedded host, the implementation name is `sass-embedded`. */ export const info: string;