🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@slango/tessera

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slango/tessera

Collection of typescript utilities

Source
npmnpm
Version
1.0.17
Version published
Weekly downloads
235
46.88%
Maintainers
1
Weekly downloads
 
Created
Source

Tessera (@slango/tessera)

Collection of TypeScript utilities.

Installation

pnpm add @slango/tessera

Usage

import type { Maybe } from '@slango/tessera/maybe';

function greet(name: Maybe<string>) {
  return name ?? 'Anonymous';
}

Testing

Run linting and unit tests:

pnpm lint
pnpm test

Contributing

Issues and pull requests are welcome.

FAQs

Package last updated on 07 Apr 2026

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