📑
LDE Docs
Document SintaxesCollection Sintaxes
  • ☕Começando!
  • 🏓Respostas
  • ⚙️Configuração
  • 🎓Exemplos
  • 📦Sintaxes
    • ❗document
      • add
      • get
      • delete
      • update
      • exists
    • ❗collections
      • create
      • delete
      • clear
      • exists
      • _length
    • ❗self
      • mapAll
      • configFile
      • finish
  • 📦NPM Package
  • 📓GitHub Repository
Powered by GitBook
On this page
  • Uso
  • Exemplo
  • Sobre
  • Retorno
  • Exemplo de Retorno

Was this helpful?

  1. Sintaxes
  2. self

finish

Checando se o modulo se iniciou

Uso

datastorage.finish();

Exemplo

const datastorage = require("local-db-express"); // calling

const result = datastorage.finish();
console.log(result);

Sobre

Retorna apenas true. É utilizado para verificar se o modulo foi iniciado.

Retorno

Erros
Success
None

N/A

N/A

true

Exemplo de Retorno

true
PreviousconfigFile

Last updated 1 year ago

Was this helpful?

📦
❗