UNPKG

@stdlib/ndarray-base-assert-is-allowed-data-type-cast

Version:

Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.

3 lines 122 B
/// <reference path="../docs/types/index.d.ts" /> import isAllowedCast from '../docs/types/index'; export = isAllowedCast;