UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

18 lines (17 loc) 747 B
export * from './std/assert/assertions.ts'; export * as audio from './std/audio/mod.ts'; export * from './std/base64/mod.ts'; export * as clipboard from './std/clipboard/mod.ts'; export * from './std/codec/mod.ts'; export * as cryptos /* Avoid conflict with global `crypto` */ from './std/crypto/mod.ts'; export * from './std/defines.ts'; export * from './std/event/mod.ts'; export * from './std/fetch/mod.ts'; export * as fs from './std/fs/mod.ts'; export * as image from './std/image/mod.ts'; export * as lbs from './std/lbs/mod.ts'; export * from './std/network/mod.ts'; export * as platform from './std/platform/mod.ts'; export * from './std/socket/mod.ts'; export * as storage from './std/storage/mod.ts'; export * from './std/utils/mod.ts';