@hugoalh/is-string-singleline

An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.

https://github.com/hugoalh/is-string-singleline-es

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary

Keywords

ecmascript ecmascript-module es es-module esm esmodule is javascript js line single singleline string ts typescript
Last synced: 4 months ago · JSON representation ·

Repository

An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.

Basic Info
  • Host: GitHub
  • Owner: hugoalh
  • License: other
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 108 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 6
Topics
ecmascript ecmascript-module es es-module esm esmodule is javascript js line single singleline string ts typescript
Created almost 2 years ago · Last pushed 4 months ago
Metadata Files
Readme Contributing License Citation Codeowners Security

README.md

Is String Single Line (ES)

⚖️ MIT

GitHub: hugoalh/is-string-singleline-es JSR: @hugoalh/is-string-singleline NPM: @hugoalh/is-string-singleline

An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.

🔰 Begin

🎯 Targets

| Targets | Remote | JSR | NPM | |:--|:-:|:-:|:-:| | Bun >= v1.1.0 | ❌ | ✔️ | ✔️ | | Deno >= v2.1.0 | ✔️ | ✔️ | ✔️ | | NodeJS >= v20.9.0 | ❌ | ✔️ | ✔️ |

[!NOTE] - It is possible to use this module in other methods/ways which not listed in here, however those methods/ways are not officially supported, and should beware maybe cause security issues.

#️⃣ Resources Identifier

  • Remote - GitHub Raw: https://raw.githubusercontent.com/hugoalh/is-string-singleline-es/{Tag}/mod.ts
  • JSR: [jsr:]@hugoalh/is-string-singleline[@{Tag}]
  • NPM: [npm:]@hugoalh/is-string-singleline[@{Tag}]

[!NOTE] - For usage of remote resources, it is recommended to import the entire module with the main path mod.ts, however it is also able to import part of the module with sub path if available, but do not import if:

  • it's path has an underscore prefix (e.g.: _foo.ts, _util/bar.ts), or
  • it is a benchmark or test file (e.g.: foo.bench.ts, foo.test.ts), or
  • it's symbol has an underscore prefix (e.g.: _bar, _foo).

These elements are not considered part of the public API, thus no stability is guaranteed for them. - For usage of JSR or NPM resources, it is recommended to import the entire module with the main entrypoint, however it is also able to import part of the module with sub entrypoint if available, please visit the file jsr.jsonc property exports for available sub entrypoints. - It is recommended to use this module with tag for immutability.

🛡️ Runtime Permissions

This module does not request any runtime permission.

🧩 APIs

  • ts function isStringSingleLine(item: string): boolean;

[!NOTE] - For the full or prettier documentation, can visit via: - Deno CLI deno doc - JSR

✍️ Examples

  • ts isStringSingleLine(`Wisi sed et at vero eos nostrud volutpat sed stet dignissim sit sanctus in eros. Et laoreet odio sanctus ea. Sea in dolores diam tincidunt labore sea stet vero dolor ut est. At aliquyam diam facilisis lorem et takimata et volutpat eros erat ipsum velit labore sed ea illum. Dolor lorem sed et volutpat exerci gubergren gubergren tempor quis ea eirmod eos ut dolor autem ipsum accumsan.`); //=> false
  • ts isStringSingleLine("Hello, world!"); //=> true

Owner

  • Name: hugoalh
  • Login: hugoalh
  • Kind: user
  • Location: Everywhere
  • Company: @hugoalh-studio

Lead of @hugoalh-studio; Full time software developer; Part time freelancer

Citation (CITATION.cff)

# yaml-language-server: $schema=https://citation-file-format.github.io/1.2.0/schema.json
cff-version: "1.2.0"
title: "Is String Single Line (ES)"
message: "If you use this software, please cite it using the metadata from this file."
type: "software"
authors:
  - name: "hugoalh"
repository-code: "https://github.com/hugoalh/is-string-singleline-es"
keywords:
  - "ecmascript"
  - "ecmascript-module"
  - "es"
  - "es-module"
  - "esm"
  - "esmodule"
  - "is"
  - "javascript"
  - "js"
  - "line"
  - "single"
  - "singleline"
  - "string"
  - "ts"
  - "typescript"
license: "MIT"

GitHub Events

Total
  • Release event: 2
  • Delete event: 5
  • Push event: 25
  • Pull request event: 7
  • Pull request review event: 5
  • Create event: 5
Last Year
  • Release event: 2
  • Delete event: 5
  • Push event: 25
  • Pull request event: 7
  • Pull request review event: 5
  • Create event: 5

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.36
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 11
Past Year
  • Issues: 0
  • Pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.36
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 11
Top Authors
Issue Authors
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (14)
Top Labels
Issue Labels
Priority/Low 🟢 (1) Type/Dependency 📦 (1) Platform/GitHubActions (1)
Pull Request Labels
Type/Dependency 📦 (12) Platform/GitHubActions (12) Priority/Low 🟢 (8) dependency 📦 (2) github-actions (2)

Packages

  • Total packages: 1
  • Total downloads:
    • npm 17,130 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
npmjs.org: @hugoalh/is-string-singleline

A module to determine whether the string is single line.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 17,130 Last month
Rankings
Dependent repos count: 30.7%
Average: 37.3%
Dependent packages count: 43.9%
Maintainers (1)
Last synced: 4 months ago

Dependencies

.github/workflows/announce-new-release.yml actions
  • hugoalh/send-discord-webhook-ghaction v6.0.2 composite
.github/workflows/invoke-codeql-analysis.yml actions
.github/workflows/publish-deno-package.yml actions
.github/workflows/review-deno-code.yml actions
.github/workflows/scan-virus.yml actions
.github/workflows/sync-labels.yml actions