log core version + add warning to isPattern
This commit is contained in:
parent
e29eaf3785
commit
196d9db3fa
3 changed files with 122 additions and 47 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue