/jsr-test

Repo for publishing test packages to JSR.

Primary LanguageTypeScriptThe UnlicenseUnlicense

@csvn/jsr-test

Warning

Do not depends on this package. This package will not adhere to SemVer. JSR does not support private packages, so needs to be public.

A package for testing things on JSR. Allows checking what works and what does not for users.

import { answer } from 'jsr:@csvn/jsr-test';

console.log(answer);
// 42