log core version + add warning to isPattern

This commit is contained in:
Felix Roos 2022-06-27 22:40:50 +02:00
parent e29eaf3785
commit 196d9db3fa
3 changed files with 122 additions and 47 deletions

View file

@ -16,4 +16,8 @@ export * from './timespan.mjs';
export * from './util.mjs';
export * from './speak.mjs';
export { default as gist } from './gist.js';
import * as p from './package.json';
export const version = p.version;
console.log('🌀🌀🌀 @strudel.cycles/core@' + version);
// export * from './value.mjs';