index.d.ts 137 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import assert from './assert'; export { assert }; /** * whether in browser env */ export declare const isBrowser: () => boolean;