// Copyright 2020 Fastly, Inc. // Function to check if a value is null in AS export function isNull(value: T): boolean { return changetype(value) == 0; }