method postcss.LazyResult.prototype.asyncRe-exportimport { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts"; const { LazyResult } = postcss; async(): Promise<Result>Run plugin in async way and return Result. Run plugin in async way and return Result. ReturnsPromise<Result>Result with output content.