UNPKG

equicord-companion

Version:

Equicord Companion is a vscode extension to test Equicord patches & webpack finds right from the comfort of your IDE

2 lines (1 loc) 71 B
export type PromiseProivderResult<T> = Promise<T | null | undefined>;