Mission Control Dashboard - Initial implementation
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { fillOffset } from './fill.mjs';
|
||||
|
||||
function defaultOffset(arr) {
|
||||
const offset = [0];
|
||||
fillOffset(offset, arr.length - 1);
|
||||
return offset;
|
||||
}
|
||||
|
||||
export { defaultOffset };
|
||||
//# sourceMappingURL=default.mjs.map
|
||||
Reference in New Issue
Block a user