UNPKG

275 BTypeScriptView Raw
1/**
2 * Property decorator factory. Sets `configurable` flag of PropertyDescriptor
3 * to given state.
4 *
5 * @param state - true, if propoerty is configurable
6 */
7export declare const configurable: (state: boolean) => MethodDecorator;
8//# sourceMappingURL=configurable.d.ts.map
\No newline at end of file