@docusaurus/core
Version:
Easy to Maintain Open Source Documentation Websites
23 lines (22 loc) • 594 B
TypeScript
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
declare global {
const __webpack_require__: {
gca: (name: string) => string;
};
interface Navigator {
connection?: {
effectiveType: string;
saveData: boolean;
};
}
}
declare const _default: Readonly<{
prefetch: (url: string) => false | Promise<void[]>;
preload: (url: string) => false | Promise<void[]>;
}>;
export default _default;