import * as assert from "../../../../main/generated/sync/assert/dictionary-of/undefined"; export function promiseDictionaryOfUndefined (name : string, mixed : any) : Promise<{ [key : string] : undefined }> { return new Promise<{ [key : string] : undefined }>((resolve) => { resolve(assert.assertDictionaryOfUndefined(name, mixed)); }); }