Socket
Book a DemoInstallSign in
Socket

@decentm/concourse-ts-resource-apache-directory-index

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@decentm/concourse-ts-resource-apache-directory-index

`npm i --save-dev @decentm/concourse-ts @decentm/concourse-ts-resource-apache-directory-index`

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

concourse-ts-resource-apache-directory-index

Typed ApacheDirectoryIndex resource for concourse-ts

Installation

npm i --save-dev @decentm/concourse-ts @decentm/concourse-ts-resource-apache-directory-index

yarn add -D @decentm/concourse-ts @decentm/concourse-ts-resource-apache-directory-index

Usage

The ApacheDirectoryIndex resource is a typed class that extends the base Resource class. Therefore, it has the same properties. See the Resource documentation for details.

import {Type} from '@decentm/concourse-ts'
import {ApacheDirectoryIndexResource, ApacheDirectoryIndexResourceType} from '@decentm/concourse-ts-resource-apache-directory-index'

export class CorpityCorpApacheDirectoryIndex extends ApacheDirectoryIndexResource {
  constructor(name: string, init?: Type.Initer<CorpityCorpApacheDirectoryIndex>) {
    super(name, new ApacheDirectoryIndexResourceType(/*...*/))

    // Set defaults here

    if (init) {
      init(this)
    }
  }
}

FAQs

Package last updated on 12 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts