UNPKG

vrack-db

Version:

This is an In Memory database designed for storing time series (graphs).

10 lines (9 loc) 222 B
/* * Copyright © 2023 Boris Bobylev. All rights reserved. * Licensed under the Apache License, Version 2.0 */ export default class Utility { static uid(){ return Math.random().toString(16).slice(2) } }