Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "resources/css"

This file is part of the vscode-deploy-reloaded distribution. Copyright (c) Marcel Joachim Kloubert.

vscode-deploy-reloaded is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3.

vscode-deploy-reloaded is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Index

Type aliases

RepositoryKey

RepositoryKey: "hl.railscasts.css" | "style.css"

A possible value for a repository key.

Functions

getContent

  • Tries to return content from 'REPOSITORY' constant.

    Parameters

    Returns Promise<Buffer>

    The promise with the data (if available).

getContentSync

  • Tries to return content from 'REPOSITORY' constant.

    Parameters

    Returns Buffer

    Buffer The data (if available).

getStringContent

  • getStringContent(key: RepositoryKey, enc?: string): Promise<string>
  • Tries to return content from 'REPOSITORY' constant as string.

    Parameters

    • key: RepositoryKey

      The key inside the constant.

    • Optional enc: string

    Returns Promise<string>

    The promise with the data (if available).

getStringContentSync

  • Tries to return content from 'REPOSITORY' constant as string.

    Parameters

    • key: RepositoryKey

      The key inside the constant.

    • Optional enc: string

    Returns string

    The data (if available).

Object literals

Const REPOSITORY

REPOSITORY: object

hl.railscasts.css

hl.railscasts.css: Buffer = new Buffer("H4sIAAAAAAAACq1UwW7bMAy9+ysEDAXaok7tJHZt97rLrjtsx4GSaEeLLGUS3SQY9u+Ts9qRi6KnISfSj++RT2Qe75PkKyjtBXjyqVZ7ZJ7OGtmtuGPflLctPbAvRqzY7WfoFRr2facI75Lk/jFJVjv907PfCWNS+YOGc8O4tmL/HDL2BV2r7TE9NQwGsmPuAFIq0zUsWxXYjxkOYt85OxjZsE/rzfgb08Jq60IGS8yleE7+vGqlwvY9Gnp4DX8NlvDSwFTBRb0tqpGjtYbSyzANUwRaxTx7PB+tkxOPR42CrEsJugWdWJfrTRYVenJhgqnODD1HN0UOOzwdpugFnAKucYoJ+2AR4fxhIQRFkMpjoYF7WkCKvG6LuJfQ7NwI9Es+rHhbQgw+H5YICdt6U18Qk+S551ZPlHzQGukaKU0/lFnEylyEpxwQzV5oZfYLuVLWgmPU0AEc9H7ZUiazto0wI6Piw5s3FhKqso5gPRIsEDWvilrG0yu6voQPb62sWVS0rSjLuGJc1Rl1XdN0Ksi323W+fm9Zo2tQJviA6XwURyVp17A8y24iKRm27yOpMsv+i8685UKD928Me8o27XtYJRfAitcV8AgYtnoHXv2j+/DmwulY011xR1TdjsJfhtWx8fPmEJ4oeCOsg9GdhgVP0I2Djui/3qezQLsEAAA=", 'base64')

style.css

style.css: Buffer = new Buffer("H4sIAAAAAAAACo1Q3crCMAy9H+wdAuKdg82/Qfc02RpssTal7fc5Ed/doJswvLFwoJyfnJCyMM0GzFawE+wFB8ER7mUB8gZHGBX0nE33ZrRNweFNOMfDeSIvGE/WV2LLfFHQbMM4KVersxGmrtfCPMqiLPAznB3L8Eh6Mmcac6Vp4IjZslfg2VMnwpxUhv8pzvkv+5/XFJ1dZDL2juZEz1Ecsk4YYdW2LSR2dm5/i1UKOFh/UlAvednWYUikIFFAqaRuUZH1Bqaf+akvoNavoqOoTf06mcx7AlJvfWSTAQAA", 'base64')

Generated using TypeDoc