public static fromAsset()

in src/code.ts [33:35]


  public static fromAsset(path: string, options?: s3_assets.AssetOptions): AssetCode {
    return new AssetCode(path, options);
  }