UNPKG

@4players/odin-common

Version:

A collection of commonly used type definitions and utility functions across ODIN web projects

7 lines (6 loc) 172 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toRaw = toRaw; function toRaw(value) { return JSON.parse(JSON.stringify(value)); }