Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FastCloneOptions

Hierarchy

  • FastCloneOptions

Index

Properties

freezable?: boolean

If false the object freeze/seal state won't be copy

default

true

replacer?: JSONCb

Replacer function for JSON.stringify

see

[[JSON.stringify]]

reviver?: JSONCb

Reviver function for JSON.parse

see

[[JSON.parse]]