UNPKG

nodecg-types

Version:

Types from nodecg but without all the baggage and dependencies

5 lines (4 loc) 111 B
/** * Used to select types for browser API or extensions API */ export type Platform = 'server' | 'browser';