UNPKG

scratch-storage

Version:

Load and store project and asset files for Scratch 3.0

6 lines (5 loc) 261 B
import { AssetId } from './Asset'; declare let _TextDecoder: typeof TextDecoder; declare let _TextEncoder: typeof TextEncoder; declare const memoizedToString: (assetId: AssetId, data: Uint8Array) => any; export { memoizedToString, _TextEncoder, _TextDecoder };