UNPKG

@nlabs/lex

Version:
9 lines (8 loc) 257 B
/** * Copyright (c) 2018-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ import ai, { type AIOptions } from './ai.js'; export { ai }; export type { AIOptions }; export default ai;