Skip to content

Commit

Permalink
feat: add lazy decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Apr 25, 2023
1 parent c441e50 commit 5e62b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { defer, type DeferTuple } from './ecmascript/defer.js'
export { concatArrayBuffer } from './ecmascript/concatArrayBuffer.js'
export { isArrayBufferEqual } from './ecmascript/isArrayBufferEqual.js'
export { decodeHexString, encodeHexString } from './ecmascript/hex-string.js'
export { lazy } from './ecmascript/lazyDecorator.js'

export {
detectAudioSupport,
Expand Down

0 comments on commit 5e62b26

Please sign in to comment.