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