useAssetReader top-level constant

String const useAssetReader

Marker constant that may be used in combination with resolveSources.

Use of this string means instead of using the contents of the string as the source of a given asset, instead read the file from the default or provided AssetReader.

Implementation

const useAssetReader = '__useAssetReader__';