ryu1kn/vscode-edit-with-shell

View on GitHub
src/lib/types/collection.ts

Summary

Maintainability
A
0 mins
Test Coverage

export type ObjectMap<T> = {
    [p: string]: T;
};