UNPKG

@deepkit/core

Version:
16 lines (13 loc) 410 B
/* * Deepkit Framework * Copyright (C) 2021 Deepkit UG, Marc J. Schmidt * * This program is free software: you can redistribute it and/or modify * it under the terms of the MIT License. * * You should have received a copy of the MIT License along with this program. */ import toFastPropertiesOri from 'to-fast-properties'; export function toFastProperties(obj: any) { toFastPropertiesOri(obj); }