/*! * name: async-primitives * version: 1.7.0 * description: A collection of primitive functions for asynchronous operations * author: Kouji Matsui (@kekyo@mi.kekyo.net) * license: MIT * repository.url: https://github.com/kekyo/async-primitives.git * git.commit.hash: 9472fbd5310b92690d84aaafb897429a04c013c5 */ export declare const name = "async-primitives"; export declare const version = "1.7.0"; export declare const description = "A collection of primitive functions for asynchronous operations"; export declare const author = "Kouji Matsui (@kekyo@mi.kekyo.net)"; export declare const license = "MIT"; export declare const repository_url = "https://github.com/kekyo/async-primitives.git"; export declare const git_commit_hash = "9472fbd5310b92690d84aaafb897429a04c013c5"; //# sourceMappingURL=packageMetadata.d.ts.map