gulp-structify
Version:
Generates WebGL-compatible Structs and StructBuffers from a template file.
10 lines • 444 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Parameter decoration indicating that parameter can be of any type that implements the "ObjectLike" interface generated by gulp-structify.
* For example, `dot: (@like other: Vec2) => number` compiles to `dot: (other: Vec2Like) => number`.
*/
function like(target, propertyKey, parameterIndex) {
}
exports.like = like;
//# sourceMappingURL=like.js.map