UNPKG

@nuxt/scripts

Version:

Load third-party scripts with better performance, privacy and DX in Nuxt Apps.

6 lines (3 loc) 161 B
import { RegistryScripts } from '../dist/runtime/types.js'; declare const registry: (resolve?: (s: string) => string) => RegistryScripts; export { registry };