UNPKG

@fastly/as-fetch

Version:

![npm version](https://img.shields.io/npm/v/@fastly/as-fetch) ![npm downloads per month](https://img.shields.io/npm/dm/@fastly/as-fetch)

7 lines (5 loc) 167 B
// Copyright 2020 Fastly, Inc. // Function to check if a value is null in AS export function isNull<T>(value: T): boolean { return changetype<usize>(value) == 0; }