aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/detect-node/index.d.ts
blob: 4c58b8450f779ef4616c4fe836c47d645998788d (plain) (blame)
1
2
3
declare module 'detect-node' {
    export const isNode: boolean;
}