⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
sass
/
types
/
Edit File: index.d.ts
// 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 { CanonicalizeContext, 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 { CalculationInterpolation, CalculationOperation, CalculationOperator, CalculationValue, ListSeparator, SassArgumentList, SassBoolean, SassCalculation, 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;
Simpan