UNPKG

@vue/devtools-api

Version:

Interact with the Vue devtools from the page

5 lines (4 loc) 74 B
export type ID = number | string; export interface WithId { id: ID; }