UNPKG

@geckos.io/typed-array-buffer-schema

Version:

A Schema based Object to Buffer converter

14 lines 640 B
/** * @copyright * Copyright (c) 2014 IndigoUnited (https://github.com/IndigoUnited) * Copyright (c) 2021 Yannick Deubel (https://github.com/yandeu) * * @license {@link https://github.com/geckosio/geckos.io/blob/master/LICENSE BSD-3-Clause} * * @description * copied and modified from deep-sort-object@1.0.2 (https://github.com/IndigoUnited/js-deep-sort-object/blob/master/index.js) * previously licensed under MIT (https://github.com/IndigoUnited/js-deep-sort-object/blob/master/LICENSE) */ declare const sort: (src: any, comparator?: any) => any; export { sort as deepSortObject }; //# sourceMappingURL=deep-sort-object.d.ts.map