UNPKG

95 BTypeScriptView Raw
1declare const isBrowser: boolean;
2declare const isNode: boolean;
3export { isBrowser, isNode };