UNPKG

preload-links-by-lighthouse

Version:

Generate html with embedded preload links using lighthouse

35 lines (32 loc) 1.77 kB
/// <reference types="lighthouse/types/artifacts" /> /// <reference types="lighthouse/types/audit-details" /> /// <reference types="lighthouse/types/audit" /> /// <reference types="lighthouse/types/budget" /> /// <reference types="lighthouse/types/bundle-phobia-cli/index" /> /// <reference types="lighthouse/types/config" /> /// <reference types="lighthouse/types/cssstyle/index" /> /// <reference types="lighthouse/types/externs" /> /// <reference types="lighthouse/types/gatherer" /> /// <reference types="lighthouse/types/html-renderer" /> /// <reference types="lighthouse/types/http-link-header/index" /> /// <reference types="lighthouse/types/i18n" /> /// <reference types="lighthouse/types/jest" /> /// <reference types="lighthouse/types/jsonld/index" /> /// <reference types="lighthouse/types/jsonlint-mod" /> /// <reference types="lighthouse/types/lhr" /> /// <reference types="lighthouse/types/lighthouse-logger/index" /> /// <reference types="lighthouse/types/lookup-closest-locale/index" /> /// <reference types="lighthouse/types/metaviewport-parser/index" /> /// <reference types="lighthouse/types/node-fetch" /> /// <reference types="lighthouse/types/node" /> /// <reference types="lighthouse/types/parse-cache-control/index" /> /// <reference types="lighthouse/types/pretty-json-stringify/index" /> /// <reference types="lighthouse/types/protocol" /> /// <reference types="lighthouse/types/robots-parser/index" /> /// <reference types="lighthouse/types/smokehouse" /> /// <reference types="lighthouse/types/structured-data" /> /// <reference types="lighthouse/types/treemap" /> /// <reference types="./typings/lighthouse" /> export * from './lib/lighthouse'; export * from './lib/network-record-filter'; export * from './lib/preload-link-generator';