This release is 5 versions behind 4.1.0 — the latest version of @lost-c3/lib. Jump to latest
Lost for easy making Construct 3 Addons.
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers




JSR Score
41%
Published
3 months ago (3.3.2)
export * from './types/lost.d.ts'; /** * Addons */ export { Plugin } from './lib/plugin.ts'; export { Behavior } from './lib/behavior.ts'; export { Property } from './lib/entities/plugin-property.ts'; /** * Entities */ export { Category } from './lib/entities/category.ts'; export { Action } from './lib/entities/action.ts'; export { Condition } from './lib/entities/condition.ts'; export { Expression } from './lib/entities/expression.ts'; export { addParam, Param } from './lib/entities/parameter.ts'; /** * Common */ export { defineAddon, defineConfig } from './lib/index.ts';