UNPKG

@nuxt/scripts

Version:

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

21 lines (20 loc) 457 B
const noop = Object.freeze( Object.assign( () => { }, { __mock__: true } ) ); export const parse = noop; export const object = noop; export const array = noop; export const string = noop; export const number = noop; export const boolean = noop; export const optional = noop; export const literal = noop; export const union = noop; export const record = noop; export const any = noop; export const minLength = noop; export const pipe = noop;