Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@thiagoveras/toolbelt-api-test

null

readme

static time(): string {
    return this.dateDAO.toLocaleTimeString()
}

static date(): string {
    return this.dateDAO.toLocaleDateString()
}